mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-19 22:53:30 -04:00
57ec6901eb
This reverts commit 19753c18c0.
for compat. messages will be added at a later date
10 lines
123 B
Go Template
10 lines
123 B
Go Template
{{ if .System }}System:
|
|
{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}Question:
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}Answer:
|
|
{{ .Response }}
|
|
|