forked from third-party-mirrors/ollama
This reverts commit 19753c18c01183b4c974e36e89b0c7cbdcc3c38a. for compat. messages will be added at a later date
9 lines
139 B
Go Template
9 lines
139 B
Go Template
{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}### Instruction
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}### Response
|
|
{{ .Response }}<|endoftext|>
|
|
|