ollama/template/chatqa.gotmpl
2024-07-01 10:40:54 -07:00

5 lines
No EOL
137 B
Go Template

{{ if .System }}System: {{ .System }}
{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
{{ end }}Assistant: <|begin_of_text|>{{ .Response }}