Skip to content

Commit 83ba2ec

Browse files
committed
clarify code is to be added
1 parent d3862a5 commit 83ba2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/quickstarts/get-started-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Let's change the script to take input from a client application and generate a s
7070

7171
1. Remove the last line of the script that prints a response.
7272

73-
1. Now define a `get_chat_response` function that takes messages and context, generates a system message using a prompt template, and calls a model. Add this code to your **chat.py** file:
73+
1. Now define a `get_chat_response` function that takes messages and context, generates a system message using a prompt template, and calls a model. Add this code to your existing **chat.py** file:
7474

7575
:::code language="python" source="~/azureai-samples-nov2024/scenarios/inference/chat-app/chat-template.py" id="chat_function":::
7676

@@ -83,7 +83,7 @@ Let's change the script to take input from a client application and generate a s
8383

8484
:::code language="python" source="~/azureai-samples-nov2024/scenarios/inference/chat-app/chat-template.py" id="create_response":::
8585

86-
Run the script to see the response from the model with this new input.
86+
Run the revised script to see the response from the model with this new input.
8787

8888
```bash
8989
python chat.py

0 commit comments

Comments
 (0)