3dalgo's picture
3dalgo/gemma-2-2B-it-thinking-function_calling-V0
8fa6b6e verified
raw
history blame contribute delete
326 Bytes
{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{{ '<start_of_turn>' + message['role'] + '
' + message['content'] | trim + '<end_of_turn><eos>
' }}{% endfor %}{% if add_generation_prompt %}{{ '<start_of_turn>model
' }}{% endif %}