Trinity-Large-Base / chat_template.jinja
Alyosha11's picture
Super-squash branch 'main' using huggingface_hub
d2854aa verified
raw
history blame contribute delete
81 Bytes
{{ bos_token }}{% for message in messages %}{{ message['content'] }}{% endfor %}