mirror of
https://github.com/ollama/ollama.git
synced 2026-07-11 10:14:28 +00:00
6 lines
122 B
Go Template
6 lines
122 B
Go Template
{{ if .System }}System: {{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
|
|
|
|
{{ end }}Assistant: {{ .Response }}
|
|
|