mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-07 09:45:03 -05:00
7
python/benchmarks/GAIA/ENV.json.sample
Normal file
7
python/benchmarks/GAIA/ENV.json.sample
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"CHAT_COMPLETION_PROVIDER": "azure",
|
||||
"CHAT_COMPLETION_KWARGS_JSON": "{\"api_version\": \"2024-05-01-preview\", \"azure_endpoint\": \"YOUR_ENDPOINT_HERE\", \"model_capabilities\": {\"function_calling\": true, \"json_output\": true, \"vision\": true}, \"azure_ad_token_provider\": \"DEFAULT\", \"model\": \"gpt-4o-2024-05-13\"}",
|
||||
"BING_API_KEY": "YOUR_KEY_KEY",
|
||||
"HOMEPAGE": "https://www.bing.com/",
|
||||
"WEB_SURFER_DEBUG_DIR": "/autogen/debug"
|
||||
}
|
||||
Reference in New Issue
Block a user