fix bug in template vanilla

This commit is contained in:
hiyouga
2023-06-15 14:36:55 +08:00
parent 0a36658bb6
commit c527399424

View File

@@ -15,7 +15,7 @@ class Template:
"""
self._register_template(
prefix="",
prompt="",
prompt="{query}",
sep="",
use_history=False
)