mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
6 lines
139 B
Go Template
6 lines
139 B
Go Template
{{ if .System }}<|system|>
|
|
{{ .System }}</s>
|
|
{{ end }}{{ if .Prompt }}<|user|>
|
|
{{ .Prompt }}</s>
|
|
{{ end }}<|assistant|>
|
|
{{ .Response }}</s> |