codellama-70b-instruct.gotmpl 229 Bytes
Newer Older
1
2
3
4
5
{{- range .Messages }}Source:
{{- if eq .Role "system" }} system
{{- else if eq .Role "user" }} user
{{- else if eq .Role "assistant" }} assistant
{{- end }}
Michael Yang's avatar
Michael Yang committed
6

7
 {{ .Content }} <step> {{ end }}Source: assistant
Michael Yang's avatar
Michael Yang committed
8
9
Destination: user

10