mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-15 04:35:40 -04:00
57ec6901eb
This reverts commit 19753c18c0.
for compat. messages will be added at a later date
7 lines
122 B
Go Template
7 lines
122 B
Go Template
{{ if .System }}System: {{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
|
|
|
|
{{ end }}Assistant: {{ .Response }}
|
|
|