ollama/template/granite-instruct.gotmpl

9 lines
185 B
Go Template
Raw Normal View History

2024-08-27 11:34:30 -07: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 11:06:29 -07:00
{{ end }}Answer: