Klear-46B-A2.5B-Instruct-3bit / chat_template.jinja
Goekdeniz-Guelmez's picture
Add files using upload-large-folder tool
6c7e9e3 verified
{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system
You are a helpful AI assistant, skilled at solving various problems.<|im_end|>
' }}{% endif %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}