Skip to content

Commit 94cf2db

Browse files
committed
fix new labels
1 parent d3ee979 commit 94cf2db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Instructions/Exercises/01-get-started-azure-openai.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ The *Chat* playground provides a chatbot interface for GPT 3.5 and higher models
5959
> **Note:** The *Chat* playground uses the *ChatCompletions* API rather than the older *Completions* API that is used by the *Completions* playground. The Completions playground is provided for compatibility with older models.
6060
6161
1. In the **Playground** section, select the **Chat** page. The **Chat** playground page consists of three main sections:
62-
- **Assistant setup** - used to set the context for the model's responses.
62+
- **Setup** - used to set the context for the model's responses.
6363
- **Chat session** - used to submit chat messages and view responses.
6464
- **Configuration** - used to configure settings for the model deployment.
6565
1. In the **Configuration** section, ensure that your model deployment is selected.
66-
1. In the **Assistant setup** section, in the **System message** box, replace the current text with the following statement: `The system is an AI teacher that helps people learn about AI`.
66+
1. In the **Setup** section, in the **System message** box, replace the current text with the following statement: `The system is an AI teacher that helps people learn about AI`.
6767

6868
3. Below the **System message** box, in the **Examples** section, select **Add**. Then type the following message and response in the designated boxes:
6969

@@ -85,9 +85,9 @@ The *Chat* playground provides a chatbot interface for GPT 3.5 and higher models
8585

8686
You can use the prompt and parameters to maximize the likelihood of generating the response you need.
8787

88-
1. In the **Parameters** pane, set the following parameter values:
88+
1. In the **Configuration** > **Parameters** pane, set the following parameter values:
8989
- **Temperature**: 0
90-
- **Max length (tokens)**: 500
90+
- **Max response**: 500
9191

9292
2. Submit the following message
9393

@@ -114,7 +114,7 @@ You can use the prompt and parameters to maximize the likelihood of generating t
114114
115115
In addition to generating natural language responses, you can use GPT models to generate code.
116116
117-
1. In the **Assistant setup** pane, select the **Empty Example** template to reset the system message.
117+
1. In the **Setup** pane, select the **Empty Example** template to reset the system message.
118118
2. Enter the system message: `You are a Python developer.` and apply the changes.
119119
3. In the **Chat session** pane, select **Clear chat** to clear the chat history and start a new session.
120120
4. Submit the following user message:

0 commit comments

Comments
 (0)