aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/azure.yaml.template
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/azure.yaml.template')
-rw-r--r--autogpts/autogpt/azure.yaml.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogpts/autogpt/azure.yaml.template b/autogpts/autogpt/azure.yaml.template
index 685b7087a..d9cc2ca8e 100644
--- a/autogpts/autogpt/azure.yaml.template
+++ b/autogpts/autogpt/azure.yaml.template
@@ -1,7 +1,7 @@
azure_api_type: azure
-azure_api_base: your-base-url-for-azure
azure_api_version: api-version-for-azure
+azure_endpoint: your-azure-openai-endpoint
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
+ gpt-3.5-turbo: gpt35-deployment-id-for-azure
+ gpt-4: gpt4-deployment-id-for-azure
+ text-embedding-ada-002: embedding-deployment-id-for-azure