Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
Mrs_peanutbutt3r
/
deepseek-r1-coder-tools
:32b
1,224
Downloads
Updated
7 months ago
DeepSeek's first generation reasoning models with comparable performance to OpenAI-o1. Compatible with Cline. Distill Versions are available! <3
DeepSeek's first generation reasoning models with comparable performance to OpenAI-o1. Compatible with Cline. Distill Versions are available! <3
Cancel
1.5b
7b
8b
14b
32b
70b
deepseek-r1-coder-tools:32b
...
/
template
369ca498f347 · 387B
{{- if .System }}{{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}