Skip to content

Commit 4a0a83c

Browse files
committed
remove extra space
1 parent 7cda24d commit 4a0a83c

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
@@ -68,7 +68,7 @@ The script uses hardcoded input and output messages. In a real app you'd take in
6868

6969
Let's change the script to take input from a client application and generate a system message using a prompt template.
7070

71-
1. Remove the last line of the script that prints a response.
71+
1. Remove the last line of the script that prints a response.
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

0 commit comments

Comments
 (0)