Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
bytebrew
/
codemistral
:latest
128
Downloads
Updated
1 year ago
Mistral code finetune for ollama
Mistral code finetune for ollama
Cancel
codemistral:latest
...
/
template
28d0fc34e0c8 · 154B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{end}}<|im_start|>assistant