mirror of
https://github.com/turboderp-org/exllamav3.git
synced 2026-04-20 14:29:51 +00:00
chat.py: Change default ChatML sysprompt
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user