ollama/templates/chatqa.gotmpl
2024-06-06 16:03:47 -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 }}