WiNGPT-Babel-2-GGUF / WiNGPT-Babel-2.jinja
winninghealth's picture
Upload 4 files
ccf731a verified
{% for message in messages %}{% if not loop.first %}{{- '\n' }}{% endif %}{{- '<start_of_turn>' + message['role'] + '\n' + message['content'] + '<eos>' }}{% if loop.last and add_generation_prompt %}{{- '\n<start_of_turn>assistant\n' }}{% endif %}{% endfor %}