Files
Qwen2-VL-7B/chat_template.json
ModelHub XC 8fb3df3966 初始化项目,由ModelHub XC社区提供模型
Model: Qwen/Qwen2-VL-7B
Source: Original Platform
2026-05-23 10:24:14 +08:00

3 lines
418 B
JSON

{
"chat_template": "{% if messages is string %}{{ messages }}{% else %}{% for content in messages %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}{% endif %}"
}