Skip to content

Commit e696a0d

Browse files
committed
clarify deployment message
1 parent 7a1f639 commit e696a0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Instructions/Exercises/02-natural-language-azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
3333
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:
3434
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
3535
- **Model version**: Auto-update to default
36-
- **Deployment name**: *A unique name of your choice*
36+
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
3737
- **Advanced options**
3838
- **Content filter**: Default
3939
- **Tokens per minute rate limit**: 5K\*

Instructions/Exercises/03-prompt-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
3333
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:
3434
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
3535
- **Model version**: Auto-update to default
36-
- **Deployment name**: *A unique name of your choice*
36+
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
3737
- **Advanced options**
3838
- **Content filter**: Default
3939
- **Tokens per minute rate limit**: 5K\*

Instructions/Exercises/04-code-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
3333
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:
3434
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
3535
- **Model version**: Auto-update to default
36-
- **Deployment name**: *A unique name of your choice*
36+
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
3737
- **Advanced options**
3838
- **Content filter**: Default
3939
- **Tokens per minute rate limit**: 5K\*

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

Lines changed: 1 addition & 1 deletion
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
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:
4444
- **Model**: gpt-35-turbo-16k *(must be this model to to use the features in this exercise)*
4545
- **Model version**: Auto-update to default
46-
- **Deployment name**: *A unique name of your choice*
46+
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
4747
- **Advanced options**
4848
- **Content filter**: Default
4949
- **Tokens per minute rate limit**: 5K\*

0 commit comments

Comments
 (0)