# The chat template is: "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
register_chat_template(
register_chat_template(
ChatTemplate(
ChatTemplate(
name="qwen",
name="chatml-llava",
default_system_prompt="You are a helpful assistant.",
default_system_prompt="You are a helpful assistant.",
# The chat template is: "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
register_chat_template(
register_chat_template(
ChatTemplate(
ChatTemplate(
name="qwen2-vl",
name="qwen",
default_system_prompt="You are a helpful assistant.",
default_system_prompt="You are a helpful assistant.",