Skip to content

Commit 4ea9c29

Browse files
committed
last? typo
1 parent a5dbe0b commit 4ea9c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Let's change the script to take input from a client application and generate a s
8181

8282
1. Now simulate passing information from a frontend application to this function. Add the following code to the end of your **chat.py** file. Feel free to play with the message and add your own name.
8383

84-
:::code language="python" source=""~/azureai-samples-main/scenarios/projects/basic/chat-template.py" id="create_response":::
84+
:::code language="python" source="~/azureai-samples-main/scenarios/projects/basic/chat-template.py" id="create_response":::
8585

8686
Run the revised script to see the response from the model with this new input.
8787

0 commit comments

Comments
 (0)