mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 04:07:01 +00:00
detect chat template from KV
This commit is contained in:
6
templates/mistral-instruct.gotmpl
Normal file
6
templates/mistral-instruct.gotmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if .System }}<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
{{ end }}{{ if .Prompt }}<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
{{ end }}<|im_start|>assistant
|
||||
{{ .Response }}<|im_end|>
|
||||
Reference in New Issue
Block a user