38 1 year ago

7df74263b208 · 326B
{{- range $i, $message := .Messages }}
{{- $isFirst := eq $i 0 -}}
{{ if and $isFirst (ne .Role "system") }}[|system|][|endofturn|]
{{ end }}
[|{{ .Role }}|]{{ .Content }}{{ if not (eq .Role "user") }}[|endofturn|]{{ end }} {{- "\n" }}
{{- end -}}
{{- if .AddGenerationPrompt }}
{{- "\n[|assistant|]<thought>\n" }}{{ end -}}