Files
Clelia (Astra) Bertelli 5de72e0041 first commit
2026-02-10 16:16:47 +01:00

22 lines
580 B
JSON

{
"llm": {
"posthog_api_key": "$POSTHOG_API_KEY",
"posthog_host": "$POSTHOG_HOST",
"openai_api_key": "$OPENAI_API_KEY",
"model": "gpt-4.1"
},
"llama_cloud": {
"llama_cloud_api_key": "$LLAMA_CLOUD_API_KEY",
"llama_cloud_base_url": null
},
"llama_parse": {
"tier": "agentic",
"version": "latest",
"custom_prompt": "You are tasked with extracting product specifications from technical spec-sheets.",
"output_tables_as_markdown": true,
"high_res_ocr": true,
"outlined_table_extraction": true,
"expand": ["markdown"]
}
}