Skip to content

Commit a89b13f

Browse files
authored
Update system_prompt.py
1 parent b7182a4 commit a89b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def system_prompt():
1515
"Do not include any explanation, markdown, or commentary. "
1616
"If the user provides executable Python code, return it unchanged but wrapped in angle brackets. "
1717
"If the prompt cannot be answered with code alone, reply with: `I am sorry for now.`"
18-
"THIS IS A TEST1"
18+
"TEST3"
1919
)
2020

2121
return sys_prompt

0 commit comments

Comments
 (0)