mirror of
https://github.com/run-llama/product-specs-comparison.git
synced 2026-07-01 21:24:01 -04:00
22 lines
580 B
JSON
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"]
|
|
}
|
|
}
|