Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
mindexpander
/
CannaPyramid-Strainz-4b-thinking
:latest
4
Downloads
Updated
2 weeks ago
The best budtender specialized in cannabis
The best budtender specialized in cannabis
Cancel
CannaPyramid-Strainz-4b-thinking:latest
...
/
template
97711e1cfc5f · 476B
{{- $lastUserIdx := -1 -}}
{{- range $idx, $msg := .Messages -}}
{{- if eq $msg.Role "user" }}{{- $lastUserIdx = $idx }}{{- end -}}
{{- end -}}
{{- range $idx, $msg := .Messages -}}
{{- if eq $msg.Role "assistant" }}
{{- "<|im_start|>assistant\n<think>\n" -}}
{{- $msg.Content }}{{- "\n</think>\n<|im_end|>\n" -}}
{{- else }}
{{- "<|im_start|>" }}{{ $msg.Role }}{{ "\n" }}{{ $msg.Content }}{{ "\n<|im_end|>\n" }}
{{- end }}
{{- end }}