mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-29 16:09:07 +00:00
* Initial onboarding of WebArena * Migrate to try_get_underlying_agent_instance * Fixed some race conditions and implemented Deactivate messages.
29 lines
750 B
JSON
29 lines
750 B
JSON
{
|
|
"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\"}",
|
|
|
|
"SHOPPING": "",
|
|
"SHOPPING_ADMIN": "",
|
|
"REDDIT": "",
|
|
"GITLAB": "",
|
|
"MAP": "",
|
|
"WIKIPEDIA": "",
|
|
"HOMEPAGE": "",
|
|
|
|
"REDDIT_USERNAME": "",
|
|
"REDDIT_PASSWORD": "",
|
|
|
|
"GITLAB_USERNAME": "",
|
|
"GITLAB_PASSWORD": "",
|
|
|
|
"SHOPPING_USERNAME": "",
|
|
"SHOPPING_PASSWORD": "",
|
|
|
|
"SHOPPING_ADMIN_USERNAME": "",
|
|
"SHOPPING_ADMIN_PASSWORD": "",
|
|
|
|
"WEB_SURFER_DEBUG_DIR": "/autogen/debug",
|
|
|
|
"OPENAI_API_KEY": ""
|
|
}
|