update default template

This commit is contained in:
hiyouga 2024-02-10 16:44:47 +08:00
parent 7d2dc83c5e
commit a5fb2806cd
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ _register_template(
_register_template(
name="default",
format_user=StringFormatter(slots=["Human: {{content}}\nAssistant: "]),
format_system=StringFormatter(slots=["{{content}}\n"]),
format_separator=EmptyFormatter(slots=["\n"]),
)