zephyr.gotmpl 139 Bytes
Newer Older
Michael Yang's avatar
Michael Yang committed
1
2
3
4
5
6
{{ if .System }}<|system|>
{{ .System }}</s>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}</s>
{{ end }}<|assistant|>
{{ .Response }}</s>