mirror of
https://github.com/ollama/ollama.git
synced 2025-03-29 11:11:47 +01:00
This reverts commit 19753c18c01183b4c974e36e89b0c7cbdcc3c38a. for compat. messages will be added at a later date
5 lines
116 B
Go Template
5 lines
116 B
Go Template
{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}USER: {{ .Prompt }}
|
|
{{ end }}ASSISTANT: {{ .Response }}</s>
|