Mrs_peanutbutt3r/
deepseek-r1-coder-tools:8b-llama-distill-q8_0

1,225 7 months ago

DeepSeek's first generation reasoning models with comparable performance to OpenAI-o1. Compatible with Cline. Distill Versions are available! <3

1.5b 7b 8b 14b 32b 70b
{{- 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 }}