40 4 days ago

A 152M-parameter language model that runs on almost anything laptops, old PCs, even a Raspberry Pi yet does instruction-following chat, step-by-step reasoning, and web search for fresh facts.

tools thinking 152m
08473dc8375f · 291B
{{- if .Tools }}{{ end }}{{- $u := "" }}{{- range .Messages }}{{- if eq .Role "user" }}{{- $u = .Content }}{{- end }}{{- if false }}<think>{{ .Thinking }}</think>{{- end }}{{- if false }}{{- range .ToolCalls }}{{ .Function.Name }}{{ end }}{{- end }}{{- end }}<|user|>
{{ $u }}
<|assistant|>