mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
rename templates to template
This commit is contained in:
6
template/zephyr.gotmpl
Normal file
6
template/zephyr.gotmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if .System }}<|system|>
|
||||
{{ .System }}</s>
|
||||
{{ end }}{{ if .Prompt }}<|user|>
|
||||
{{ .Prompt }}</s>
|
||||
{{ end }}<|assistant|>
|
||||
{{ .Response }}</s>
|
||||
Reference in New Issue
Block a user