Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
tom_himanen
/
deepseek-r1-roo-cline-tools
:7b-64k_ctx-temp0.1
15.7K
Downloads
Updated
6 months ago
This version of Deepseek R1 is optimized for tool usage with Cline and Roo Code.
This version of Deepseek R1 is optimized for tool usage with Cline and Roo Code.
Cancel
tools
1.5b
7b
8b
14b
32b
70b
deepseek-r1-roo-cline-tools:7b-64k_ctx-temp0.1
...
/
template
1359ed816427 · 689B
{{- if .Tools }}
<available_tools>
{{- range .Tools }}
{{ .Function }}
{{- end }}
</available_tools>
{{- end }}
{{- if .System }}<|Assistant|>{{ .System }}<|end▁of▁sentence|>{{ 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 }}
{{- else if eq .Role "tool" }}<|User|><tool_response>{{ .Content }}</tool_response>
{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}