mirror of
https://github.com/ollama/ollama.git
synced 2025-04-08 03:48:21 +02:00
3 lines
110 B
Go Template
3 lines
110 B
Go Template
{{ if .System }}{{ .System }}
|
|
{{ end }}{{ if .Prompt }}USER: {{ .Prompt }}
|
|
{{ end }}ASSISTANT: {{ .Response }} |