ollama/template/chatml.gotmpl

4 lines
102 B
Go Template
Raw Normal View History

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