fix bug in template vanilla

Former-commit-id: 9b51e44c95af116aec34e7b6495935420f7c6c27
This commit is contained in:
hiyouga 2023-06-15 14:36:55 +08:00
parent c42562d7ae
commit 496846e819

View File

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