"vscode:/vscode.git/clone" did not exist on "b0b722ee8e90bfa2b379eadb1432e2f6852a6ad0"
codellama-70b-instruct.gotmpl 381 Bytes
Newer Older
Michael Yang's avatar
Michael Yang committed
1
2
3
4
5
6
7
8
9
{{- if .Messages }}
{{- if .System }}Source: system

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

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

Michael Yang's avatar
Michael Yang committed
10
11
 {{ else -}}
{{ if .System }}Source: system
Michael Yang's avatar
Michael Yang committed
12

Michael Yang's avatar
Michael Yang committed
13
 {{ .System }} <step> {{ end }}Source: user
Michael Yang's avatar
Michael Yang committed
14
15
16
17

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

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