mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05:00
5 lines
116 B
Go Template
5 lines
116 B
Go Template
{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}USER: {{ .Prompt }}
|
|
{{ end }}ASSISTANT: {{ .Response }}</s>
|