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