codellama-70b-instruct.gotmpl 378 Bytes
Newer Older
Michael Yang's avatar
Michael Yang committed
1
2
3
4
5
6
7
8
9
10
{{- if .Messages }}
{{- if .System }}Source: system

 {{ .System }} <step> {{ end }}
{{- range .Messages }}Source: {{ .Role }}

 {{ .Content }} <step> {{ end }}Source: assistant
Destination: user

{{ else }}
Michael Yang's avatar
Michael Yang committed
11
12
13
14
15
16
17
{{ if .System }} Source: system

 {{ .System }} <step>{{ end }} Source: user

 {{ .Prompt }} <step> Source: assistant
Destination: user

Michael Yang's avatar
Michael Yang committed
18
19
 {{ .Response }}<step>
{{- end }}