Update chat_templates.py

This commit is contained in:
Daniel Han-Chen 2024-06-16 04:30:21 +10:00
commit 4dda039cb1

View file

@ -528,6 +528,7 @@ def get_chat_template(
chat_template, stop_word = chat_template
assert(type(chat_template) is str)
assert(type(stop_word) is str)
ollama_modelfile = None
elif type(chat_template) is str: