Skip to content

Commit 7cda24d

Browse files
committed
fix name
1 parent 4afab47 commit 7cda24d

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
@@ -72,7 +72,7 @@ Let's change the script to take input from a client application and generate a s
7272

7373
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:
7474

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

7777
> [!NOTE]
7878
> The prompt template uses mustache format.

0 commit comments

Comments
 (0)