From f777c6ec7f92f41754c3d8e3c21ffd5db2e678b5 Mon Sep 17 00:00:00 2001 From: Ivor Berry Date: Wed, 16 Oct 2024 12:27:54 -0400 Subject: [PATCH] specify deployment model to use --- Instructions/Exercises/06-use-own-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Exercises/06-use-own-data.md b/Instructions/Exercises/06-use-own-data.md index 30724a7c..ad3c7bb8 100644 --- a/Instructions/Exercises/06-use-own-data.md +++ b/Instructions/Exercises/06-use-own-data.md @@ -161,7 +161,7 @@ Applications for both C# and Python have been provided, and both apps feature th 4. Update the configuration values to include: - The **endpoint** and a **key** from the Azure OpenAI resource you created (available on the **Keys and Endpoint** page for your Azure OpenAI resource in the Azure portal) - - The **deployment name** you specified for your model deployment (available in the **Deployments** page in Azure AI Studio). + - The **deployment name** you specified for your gpt-35-turbo model deployment (available in the **Deployments** page in Azure AI Studio). - The endpoint for your search service (the **Url** value on the overview page for your search resource in the Azure portal). - A **key** for your search resource (available in the **Keys** page for your search resource in the Azure portal - you can use either of the admin keys) - The name of the search index (which should be `margies-index`).