mirror of
https://github.com/ollama/ollama.git
synced 2026-03-27 02:58:43 +07:00
1 line
173 B
Go Template
1 line
173 B
Go Template
{{ if .System }}<start_system>{{ .System }}<end_message>{{ end }}{{ if .Prompt }}<start_user>{{ .Prompt }}<end_message>{{ end }}<start_assistant>{{ .Response }}<end_message> |