mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
10 lines
195 B
Go Template
10 lines
195 B
Go Template
{{ if .System }}Source: system
|
|
|
|
{{ .System }} <step> {{ end }}Source: user
|
|
|
|
{{ .Prompt }} <step> Source: assistant
|
|
{{- if not .Response }}
|
|
Destination: user
|
|
{{- end }}
|
|
|
|
{{ .Response }} <step> |