granite-speech-4.1-2b / chat_template.jinja
gsaon's picture
Upload folder using huggingface_hub (#1)
739a5ad
raw
history blame
193 Bytes
{% for message in messages %}{% if message['role'] == 'user' %}USER: {{ message['content'] }}
ASSISTANT:{% elif message['role'] == 'assistant' %}{{ message['content'] }}{% endif %}{% endfor %}