Skip to content

Commit 08e88cf

Browse files
committed
chat.py: Change default ChatML sysprompt
1 parent 7541421 commit 08e88cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, *args):
9191

9292
def default_system_prompt(self, think):
9393
return (
94-
f"You are {self.bot_name}, a large language model. Answer as concisely as possible."
94+
f"You are a helpful AI assistant."
9595
)
9696

9797
def format(self, system_prompt, messages, think):

0 commit comments

Comments
 (0)