mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-24 16:34:24 +01:00
* Use GPT-4 as default smart LLM in Agent * Rename (smart|fast)_llm_model to (smart|fast)_llm everywhere * Fix test_config.py::test_initial_values * Fix test_config.py::test_azure_config * Fix Azure config backwards compatibility
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
azure_api_type: azure
|
|
azure_api_base: your-base-url-for-azure
|
|
azure_api_version: api-version-for-azure
|
|
azure_model_map:
|
|
fast_llm_deployment_id: gpt35-deployment-id-for-azure
|
|
smart_llm_deployment_id: gpt4-deployment-id-for-azure
|
|
embedding_model_deployment_id: embedding-deployment-id-for-azure
|