SmolVLM-Base-cadquery-debug10 / chat_template.jinja
ThomasTheMaker's picture
Upload processor
09d57e5 verified
raw
history blame contribute delete
398 Bytes
<|im_start|>{% for message in messages %}{{message['role'].capitalize()}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<|endoftext|>
{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}