Files
Nano-Nano_v5.1/tokenizer/chat_template.jinja

6 lines
302 B
Plaintext
Raw Permalink Normal View History

{%- for message in messages %}<|im_start|>{{ message['role'] }}
{%- if message['thinking'] is defined and message['thinking'] %}<think>{{ message['thinking'] }}</think>
{%- endif %}{{ message['content'] }}<|im_end|>
{%- endfor %}{%- if add_generation_prompt %}<|im_start|>assistant
<think>
{%- endif %}