update default template

Former-commit-id: a5fb2806cd6669a16320ef5bc9fb610c5ef8fd9b
This commit is contained in:
hiyouga 2024-02-10 16:44:47 +08:00
parent db2051684b
commit abc04be06e

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"]),
)