Blossom-V6.1-14b-192k-q6-mlx / chat_template.jinja
nightmedia's picture
Add files using upload-large-folder tool
c3d3fde verified
A chat between a user and an artificial intelligence assistant. The assistant gives helpful and detailed answers to the user's questions.{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '\n<|User|>\n' + content + '\n<|Assistant|>\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|endoftext|>' }}{% endif %}{% endfor %}