mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
* Fix --gpt3only and --gpt4only * Fix and consolidate test_config.py::test_azure_config (x2) --------- Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com> Co-authored-by: Ryan <eimu.gray@gmail.com> Co-authored-by: Reinier van der Leer <github@pwuts.nl>
8 lines
305 B
Plaintext
8 lines
305 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
|