944 yesterday

SOTA on-device LLMs, small yet powerful

thinking 2b
6e8364ad548e · 692B
<s>{{- if .Messages }}{{- range $i, $_ := .Messages }}{{- $last := eq (len (slice $.Messages $i)) 1 -}}<|im_start|>{{ .Role }}
{{ .Content }}{{- if $last }}{{- if (ne .Role "assistant") }}<|im_end|>
<|im_start|>assistant
{{- if $.IsThinkSet }}{{- if $.Think }}<think>
{{- else }}<think>
</think>
{{- end }}{{- end }}{{ end }}{{- else }}<|im_end|>
{{ end }}{{- end }}{{- else }}{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{- if .IsThinkSet }}{{- if .Think }}<think>
{{- else }}<think>
</think>
{{- end }}{{- end }}{{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}