Improve Azure setup wording in docs (#4325)

Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com>
This commit is contained in:
Nicholas Tindle
2023-05-22 16:51:52 -05:00
committed by GitHub
parent 77ee9f8119
commit cc709bbbaa

View File

@@ -143,9 +143,9 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt
:::yaml :::yaml
# Please specify all of these values as double-quoted strings # Please specify all of these values as double-quoted strings
# Replace string in angled brackets (<>) to your own ID # Replace string in angled brackets (<>) to your own deployment Name
azure_model_map: azure_model_map:
fast_llm_model_deployment_id: "<my-fast-llm-deployment-id>" fast_llm_model_deployment_id: "<auto-gpt-deployment>"
... ...
Details can be found in the [openai-python docs], and in the [Azure OpenAI docs] for the embedding model. Details can be found in the [openai-python docs], and in the [Azure OpenAI docs] for the embedding model.