mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-19 14:43:30 -04:00
3 lines
110 B
Go Template
3 lines
110 B
Go Template
{{ if .System }}{{ .System }}
|
|
{{ end }}{{ if .Prompt }}USER: {{ .Prompt }}
|
|
{{ end }}ASSISTANT: {{ .Response }} |