Skip to content

Commit a38decf

Browse files
authored
Correcting minor typos (MicrosoftLearning#64)
1 parent 1ba89a4 commit a38decf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instructions/Exercises/06-use-own-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
4343

4444
1. On the **Overview** page for your Azure OpenAI resource, use the **Go to Azure OpenAI Studio** button to open Azure OpenAI Studio in a new browser tab.
4545
2. In Azure OpenAI Studio, on the **Deployments** page, view your existing model deployments. If you don't already have one, create a new deployment of the **gpt-35-turbo-16k** model with the following settings:
46-
- **Model**: gpt-35-turbo-16k *(must be this model to to use the features in this exercise)*
46+
- **Model**: gpt-35-turbo-16k *(must be this model to use the features in this exercise)*
4747
- **Model version**: Auto-update to default
4848
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
4949
- **Advanced options**
@@ -78,7 +78,7 @@ Before connecting Azure OpenAI to your data, let's first observe how the base mo
7878
7979
## Connect your data in the chat playground
8080
81-
Now you'll add some data for a fictional travel agent company named *Margie's Travel*. Then you'll see how the Azure openAI model responds when using the brochures from Margie's Travel as grounding data.
81+
Now you'll add some data for a fictional travel agent company named *Margie's Travel*. Then you'll see how the Azure OpenAI model responds when using the brochures from Margie's Travel as grounding data.
8282
8383
1. In a new browser tab, download an archive of brochure data from `https://aka.ms/own-data-brochures`. Extract the brochures to a folder on your PC.
8484
1. In Azure OpenAI Studio, in the **Chat** playground, in the **Setup** section, select **Add your data**.

0 commit comments

Comments
 (0)