mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
9 lines
185 B
Go Template
9 lines
185 B
Go Template
{{- range .Messages }}
|
|
{{- if eq .Role "system" }}System:
|
|
{{- else if eq .Role "user" }}Question:
|
|
{{- else if eq .Role "assistant" }}Answer:
|
|
{{- end }}
|
|
{{ .Content }}
|
|
|
|
{{ end }}Answer:
|