mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05: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
|