mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05:00
10 lines
123 B
Go Template
10 lines
123 B
Go Template
{{ if .System }}System:
|
|
{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}Question:
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}Answer:
|
|
{{ .Response }}
|
|
|