Skip to content

Commit 50d595f

Browse files
committed
Minor fixes
1 parent 7120583 commit 50d595f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Now that you've deployed a model, you can use it to generate responses based on
8585

8686
So far, you've engaged in a chat conversation with your model based on the default system message. You can customize the system setup to have more control over the kinds of responses generated by your model.
8787

88-
1. In the **Assistant setup** panel, under **Use a system message template**, select the **Marketing Writing Assistant** template and confirm that you want to update the system message.
88+
1. In the **Setup** panel, under **Use a system message template**, select the **Marketing Writing Assistant** template and confirm that you want to update the system message.
8989
1. Review the new system message, which describes how an AI agent should use the model to respond.
9090
1. In the **Chat session** panel, enter the user query `Create an advertisement for a new scrubbing brush`.
9191
1. Review the response, which should include advertising copy for a scrubbing brush. The copy may be quite extensive and creative.
@@ -97,10 +97,6 @@ So far, you've engaged in a chat conversation with your model based on the defau
9797

9898
The response should now be more useful, but to have even more control over the output from the model, you can provide one or more *few-shot* examples on which responses should be based.
9999

100-
1. In the **Configuration** > **Parameters** pane, set the following parameter values:
101-
- **Temperature**: 0
102-
- **Max response**: 500
103-
104100
1. In the **Setup** panel, under **Examples**, select **Add**. Then type the following message and response in the designated boxes:
105101

106102
**User**:

0 commit comments

Comments
 (0)