Fix chatml template (#406)
This commit is contained in:
@@ -400,7 +400,7 @@ register_conv_template(
|
||||
Conversation(
|
||||
name="chatml",
|
||||
system_template="<|im_start|>system\n{system_message}",
|
||||
system_message="You are an AI assistant.",
|
||||
system_message="You are a helpful assistant.",
|
||||
roles=("<|im_start|>user", "<|im_start|>assistant"),
|
||||
sep_style=SeparatorStyle.CHATML,
|
||||
sep="<|im_end|>",
|
||||
|
||||
Reference in New Issue
Block a user