add empty template

This commit is contained in:
hiyouga 2024-04-16 03:10:02 +08:00
parent cf52911fed
commit b3ac14ffc4
1 changed files with 7 additions and 0 deletions

View File

@ -581,6 +581,13 @@ _register_template(
)
_register_template(
name="empty",
format_user=StringFormatter(slots=["{{content}}"]),
format_assistant=StringFormatter(slots=["{{content}}"]),
)
_register_template(
name="falcon",
format_user=StringFormatter(slots=["User: {{content}}\nFalcon:"]),