autogen/python/benchmarks/WebArena/ENV.sample.json
afourney 25b9a91328 Teamone webarena agents fully implemented. (#276)
* Initial onboarding of WebArena
* Migrate to try_get_underlying_agent_instance
* Fixed some race conditions and implemented Deactivate messages.
2024-07-26 09:42:12 -07:00

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": ""
}