update default template
This commit is contained in:
parent
7d2dc83c5e
commit
a5fb2806cd
|
@ -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"]),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue