fix #3965
This commit is contained in:
parent
89ca832740
commit
0930f58699
|
@ -544,7 +544,7 @@ _register_template(
|
|||
)
|
||||
]
|
||||
),
|
||||
format_system=EmptyFormatter(slots=[{"bos_token"}]),
|
||||
format_system=StringFormatter(slots=[{"bos_token"}, "{{content}}"]),
|
||||
force_system=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue