mirror of
https://github.com/ollama/ollama.git
synced 2026-07-10 17:54:12 +00:00
8 lines
124 B
Go Template
8 lines
124 B
Go Template
{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}@@ Instruction
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}@@ Response
|
|
{{ .Response }}
|
|
|