ollama/template/granite-instruct.gotmpl

9 lines
185 B
Go Template
Raw Permalink Normal View History

2024-08-27 14:34:30 -04:00
{{- range .Messages }}
{{- if eq .Role "system" }}System:
{{- else if eq .Role "user" }}Question:
{{- else if eq .Role "assistant" }}Answer:
{{- end }}
{{ .Content }}
2024-06-03 14:06:29 -04:00
{{ end }}Answer: