fix: set default to tokenizer template

This commit is contained in:
NanoCode012
2024-10-10 15:38:19 +07:00
parent 260ca97f2c
commit 88658c0570

View File

@@ -710,7 +710,7 @@ class AxolotlInputConfig(
chat_template: Union[
ChatTemplate,
Annotated[str, StringConstraints(pattern="^tokenizer_default_fallback_")],
] = ChatTemplate.chatml
] = ChatTemplate.tokenizer_default
chat_template_jinja: Optional[str] = None
default_system_message: Optional[str] = None