mirror of
https://github.com/ollama/ollama.git
synced 2025-04-05 02:19:51 +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 }} |