mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
updated README.md to explain new config added Azure yaml loader to config class centralized model retrieval into config class this commit effectively combines and replaces #700 and #580
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
azure_api_base: your-base-url-for-azure
|
|
azure_api_version: api-version-for-azure
|
|
azure_model_map:
|
|
fast_llm_model_deployment_id: gpt35-deployment-id-for-azure
|
|
smart_llm_model_deployment_id: gpt4-deployment-id-for-azure
|
|
embedding_model_deployment_id: embedding-deployment-id-for-azure
|