mirror of
https://github.com/ollama/ollama.git
synced 2025-07-29 00:42:35 +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 }}
|
|
|