Python_coding_model / chat_template.jinja
rabiyulfahim's picture
Upload 10 files
f2955a6 verified
raw
history blame contribute delete
77 Bytes
{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}