mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 16:47:56 +00:00
* Initial onboarding of WebArena * Migrate to try_get_underlying_agent_instance * Fixed some race conditions and implemented Deactivate messages.
8 lines
420 B
Plaintext
8 lines
420 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}, \"model\": \"gpt-4o-2024-05-13\"}",
|
|
"BING_API_KEY": "YOUR_KEY_KEY",
|
|
"HOMEPAGE": "https://www.bing.com/",
|
|
"WEB_SURFER_DEBUG_DIR": "/autogen/debug"
|
|
}
|