From cc709bbbaae6704794ca077ad26e29f703a7d26f Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Mon, 22 May 2023 16:51:52 -0500 Subject: [PATCH] Improve Azure setup wording in docs (#4325) Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com> --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 14244b8b..4bdf6a16 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -143,9 +143,9 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt :::yaml # 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: - fast_llm_model_deployment_id: "" + fast_llm_model_deployment_id: "" ... Details can be found in the [openai-python docs], and in the [Azure OpenAI docs] for the embedding model.