You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Exercises/01-get-started-azure-openai.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ The *Chat* playground provides a chatbot interface for GPT 3.5 and higher models
59
59
> **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.
60
60
61
61
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.
63
63
-**Chat session** - used to submit chat messages and view responses.
64
64
-**Configuration** - used to configure settings for the model deployment.
65
65
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`.
67
67
68
68
3. Below the **System message** box, in the **Examples** section, select **Add**. Then type the following message and response in the designated boxes:
69
69
@@ -85,9 +85,9 @@ The *Chat* playground provides a chatbot interface for GPT 3.5 and higher models
85
85
86
86
You can use the prompt and parameters to maximize the likelihood of generating the response you need.
87
87
88
-
1. In the **Parameters** pane, set the following parameter values:
88
+
1. In the **Configuration** > **Parameters** pane, set the following parameter values:
89
89
-**Temperature**: 0
90
-
-**Max length (tokens)**: 500
90
+
-**Max response**: 500
91
91
92
92
2. Submit the following message
93
93
@@ -114,7 +114,7 @@ You can use the prompt and parameters to maximize the likelihood of generating t
114
114
115
115
In addition to generating natural language responses, you can use GPT models to generate code.
116
116
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.
118
118
2. Enter the system message: `You are a Python developer.` and apply the changes.
119
119
3. In the **Chat session** pane, select **Clear chat** to clear the chat history and start a new session.
0 commit comments