3 lines
110 B
Go Template
3 lines
110 B
Go Template
|
{{ if .System }}{{ .System }}
|
||
|
{{ end }}{{ if .Prompt }}USER: {{ .Prompt }}
|
||
|
{{ end }}ASSISTANT: {{ .Response }}
|