ollama/template/codellama-70b-instruct.gotmpl

10 lines
229 B
Go Template
Raw Normal View History

2024-08-27 18:34:30 +00:00
{{- range .Messages }}Source:
{{- if eq .Role "system" }} system
{{- else if eq .Role "user" }} user
{{- else if eq .Role "assistant" }} assistant
{{- end }}
2024-06-03 18:06:29 +00:00
2024-08-27 18:34:30 +00:00
{{ .Content }} <step> {{ end }}Source: assistant
2024-06-03 18:06:29 +00:00
Destination: user
2024-08-27 18:34:30 +00:00