Skip to content

Commit

Permalink
clarify deployment message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb committed Jan 29, 2024
1 parent 7a1f639 commit e696a0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Instructions/Exercises/02-natural-language-azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
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:
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
- **Model version**: Auto-update to default
- **Deployment name**: *A unique name of your choice*
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
- **Advanced options**
- **Content filter**: Default
- **Tokens per minute rate limit**: 5K\*
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Exercises/03-prompt-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
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:
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
- **Model version**: Auto-update to default
- **Deployment name**: *A unique name of your choice*
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
- **Advanced options**
- **Content filter**: Default
- **Tokens per minute rate limit**: 5K\*
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Exercises/04-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
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:
- **Model**: gpt-35-turbo-16k *(if the 16k model isn't available, choose gpt-35-turbo)*
- **Model version**: Auto-update to default
- **Deployment name**: *A unique name of your choice*
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
- **Advanced options**
- **Content filter**: Default
- **Tokens per minute rate limit**: 5K\*
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Exercises/06-use-own-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you
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:
- **Model**: gpt-35-turbo-16k *(must be this model to to use the features in this exercise)*
- **Model version**: Auto-update to default
- **Deployment name**: *A unique name of your choice*
- **Deployment name**: *A unique name of your choice. You'll use this name later in the lab.*
- **Advanced options**
- **Content filter**: Default
- **Tokens per minute rate limit**: 5K\*
Expand Down

0 comments on commit e696a0d

Please sign in to comment.