initial commit
This commit is contained in:
13
config.example.openrouter.json
Normal file
13
config.example.openrouter.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user