mirror of
https://github.com/ollama/ollama.git
synced 2026-04-19 07:54:18 +02: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 }}
|
|
|