CoolFace
Modelpublic

OpenGVLab/InternVL3_5-1B-Flash

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
11likes923downloads
chat_template.jinja6 linesDownload Raw Back to root
1{% for message in messages %}{{'<|im_start|>' + message['role'] + '2'}}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' %}{{ '<image>3' }}{% elif content['type'] == 'video' %}{{ '<video>4' }}{% elif content['type'] == 'text' %}{{ content['text'] }}{% endif %}{% endfor %}{% endif %}{{'<|im_end|>5'}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant6' }}{% endif %}