mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-20 12:47:00 +00:00
detect chat template from KV
This commit is contained in:
6
templates/phi-3.gotmpl
Normal file
6
templates/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