mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-29 07:59:50 +00:00
8 lines
462 B
Plaintext
8 lines
462 B
Plaintext
{
|
|
"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"
|
|
}
|