mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 23:54:05 +02:00
rename templates to template
This commit is contained in:
6
template/phi-3.gotmpl
Normal file
6
template/phi-3.gotmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if .System }}<|system|>
|
||||
{{ .System }}<|end|>
|
||||
{{ end }}{{ if .Prompt }}<|user|>
|
||||
{{ .Prompt }}<|end|>
|
||||
{{ end }}<|assistant|>
|
||||
{{ .Response }}<|end|>
|
||||
Reference in New Issue
Block a user