diff --git a/Instructions/Exercises/01-get-started-azure-openai.md b/Instructions/Exercises/01-get-started-azure-openai.md index 54805647..0254dcdb 100644 --- a/Instructions/Exercises/01-get-started-azure-openai.md +++ b/Instructions/Exercises/01-get-started-azure-openai.md @@ -48,14 +48,13 @@ Azure OpenAI service provides a web-based portal named **Azure OpenAI Studio**, After the new tab opens, you can close any banner notifications for new preview services that are displayed at the top of the Azure OpenAI Studio page. 1. In Azure OpenAI Studio, in the pane on the left, select the **Deployments** page and 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: + - **Deployment name**: *A unique name of your choice* - **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* - - **Advanced options** - - **Content filter**: Default - - **Deployment type**: Standard - - **Tokens per minute rate limit**: 5K\* - - **Enable dynamic quota**: Enabled + - **Deployment type**: Standard + - **Tokens per minute rate limit**: 5K\* + - **Content filter**: Default + - **Enable dynamic quota**: Enabled > \* A rate limit of 5,000 tokens per minute is more than adequate to complete this exercise while leaving capacity for other people using the same subscription. diff --git a/Instructions/Exercises/02-natural-language-azure-openai.md b/Instructions/Exercises/02-natural-language-azure-openai.md index 1db944c6..aca8f3c1 100644 --- a/Instructions/Exercises/02-natural-language-azure-openai.md +++ b/Instructions/Exercises/02-natural-language-azure-openai.md @@ -43,14 +43,13 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you 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. 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: + - **Deployment name**: *A unique name of your choice* - **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. You'll use this name later in the lab.* - - **Advanced options** - - **Content filter**: Default - - **Deployment type**: Standard - - **Tokens per minute rate limit**: 5K\* - - **Enable dynamic quota**: Enabled + - **Deployment type**: Standard + - **Tokens per minute rate limit**: 5K\* + - **Content filter**: Default + - **Enable dynamic quota**: Enabled > \* A rate limit of 5,000 tokens per minute is more than adequate to complete this exercise while leaving capacity for other people using the same subscription. diff --git a/Instructions/Exercises/03-prompt-engineering.md b/Instructions/Exercises/03-prompt-engineering.md index ee325a19..02f6bd49 100644 --- a/Instructions/Exercises/03-prompt-engineering.md +++ b/Instructions/Exercises/03-prompt-engineering.md @@ -43,14 +43,13 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you 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. 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: + - **Deployment name**: *A unique name of your choice* - **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. You'll use this name later in the lab.* - - **Advanced options** - - **Content filter**: Default - - **Deployment type**: Standard - - **Tokens per minute rate limit**: 5K\* - - **Enable dynamic quota**: Enabled + - **Deployment type**: Standard + - **Tokens per minute rate limit**: 5K\* + - **Content filter**: Default + - **Enable dynamic quota**: Enabled > \* A rate limit of 5,000 tokens per minute is more than adequate to complete this exercise while leaving capacity for other people using the same subscription. diff --git a/Instructions/Exercises/04-code-generation.md b/Instructions/Exercises/04-code-generation.md index 9cc44dd0..2a347e1b 100644 --- a/Instructions/Exercises/04-code-generation.md +++ b/Instructions/Exercises/04-code-generation.md @@ -43,14 +43,13 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you 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. 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: + - **Deployment name**: *A unique name of your choice* - **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. You'll use this name later in the lab.* - - **Advanced options** - - **Content filter**: Default - - **Deployment type**: Standard - - **Tokens per minute rate limit**: 5K\* - - **Enable dynamic quota**: Enabled + - **Deployment type**: Standard + - **Tokens per minute rate limit**: 5K\* + - **Content filter**: Default + - **Enable dynamic quota**: Enabled > \* A rate limit of 5,000 tokens per minute is more than adequate to complete this exercise while leaving capacity for other people using the same subscription. diff --git a/Instructions/Exercises/06-use-own-data.md b/Instructions/Exercises/06-use-own-data.md index d4c4292c..2009a90c 100644 --- a/Instructions/Exercises/06-use-own-data.md +++ b/Instructions/Exercises/06-use-own-data.md @@ -43,14 +43,13 @@ Azure OpenAI provides a web-based portal named **Azure OpenAI Studio**, that you 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. 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 use the features in this exercise)* + - **Deployment name**: *A unique name of your choice* + - **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. You'll use this name later in the lab.* - - **Advanced options** - - **Content filter**: Default - - **Deployment type**: Standard - - **Tokens per minute rate limit**: 5K\* - - **Enable dynamic quota**: Enabled + - **Deployment type**: Standard + - **Tokens per minute rate limit**: 5K\* + - **Content filter**: Default + - **Enable dynamic quota**: Enabled > \* A rate limit of 5,000 tokens per minute is more than adequate to complete this exercise while leaving capacity for other people using the same subscription.