Go Template · 192 bytes Raw Blame History
1 <|endoftext|>{{- if .System }}<|system|>
2 {{ .System }}
3 {{ end }}{{- range .Messages }}<|{{ .Role }}|>
4 {{ .Content }}{{- if eq .Role "assistant" }}<|endoftext|>{{ end }}
5 {{ end }}<|assistant|>
6