File size: 529 Bytes
0f97414
1
{% for message in messages %}{% if loop.first and messages[0]["role"] == "system" %}{{ "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n" + message["content"] + "<|eot_id|>" }}{% elif message["role"] == "user" %}{{ "<|start_header_id|>user<|end_header_id|>\n\n" + message["content"] + "<|eot_id|>" }}{% elif message["role"] == "assistant" %}{{ "<|start_header_id|>assistant<|end_header_id|>\n\n" + message["content"] + "<|eot_id|>" }}{% endif %}{% endfor %}{{ "<|start_header_id|>assistant<|end_header_id|>\n\n" }}