chat.py: Change default ChatML sysprompt

This commit is contained in:
turboderp
2025-11-01 15:59:31 +01:00
parent 754142101b
commit 08e88cf918

View File

@@ -91,7 +91,7 @@ class PromptFormat_chatml(PromptFormat):
def default_system_prompt(self, think):
return (
f"You are {self.bot_name}, a large language model. Answer as concisely as possible."
f"You are a helpful AI assistant."
)
def format(self, system_prompt, messages, think):