mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-06 19:25:21 +00:00
9 lines
122 B
Go Template
9 lines
122 B
Go Template
{{ if .System }}
|
|
System:
|
|
{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}Question:
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}Answer:
|
|
{{ .Response }} |