57ec6901eb
This reverts commit 19753c18c0
.
for compat. messages will be added at a later date
9 lines
123 B
Go Template
9 lines
123 B
Go Template
{{ if .System }}System:
|
|
{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}Question:
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}Answer:
|
|
{{ .Response }}
|
|
|