Skip to content

Commit c994969

Browse files
committed
fix dir name
1 parent 173921e commit c994969

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
@@ -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 existing **chat.py** file:
7474

75-
:::code language="python" source="~/azureai-samples-main/scenarios/project/basic/chat-template.py" id="chat_function":::
75+
:::code language="python" source="~/azureai-samples-main/scenarios/projects/basic/chat-template.py" id="chat_function":::
7676

7777
> [!NOTE]
7878
> The prompt template uses mustache format.
@@ -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/project/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)