14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"data_source": {
|
|
"url": "https://hub.ag3nts.org/data/b8307041-adb1-4101-bc7a-b0533e93078a/people.csv"
|
|
},
|
|
"llm": {
|
|
"provider": "openrouter",
|
|
"model": "anthropic/claude-3.5-sonnet",
|
|
"api_key": "YOUR_OPENROUTER_API_KEY_HERE"
|
|
},
|
|
"output_dir": "./output",
|
|
"batch_size": 1000,
|
|
"api_key": "YOUR_AIDEVS_API_KEY_HERE"
|
|
}
|