ollama/template/chatml.gotmpl

4 lines
102 B
Go Template
Raw Normal View History

2024-08-27 18:34:30 +00:00
{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
2024-06-03 18:06:29 +00:00
{{ end }}<|im_start|>assistant