171 yesterday

Pruned to 98 experts gemma-4 a4b 26b v5-coder. Best 20b coder model overall

tools thinking
68160692b209 · 585B
<start_of_turn>{{- if or (eq .Role "system") (eq .Role "user") }}user
{{- if (eq .Role "system") }}
{{ .Content }}
{{ else }}
{{ if .Content }}{{ .Content }}{{ end }}
{{- end }}<end_of_turn>
{{ end }}{{- if eq .Role "assistant" }}model
{{ .Content }}{{ if .ToolCalls }}{{ range .ToolCalls }}
```tool_code
{{ .Function.Name }}({{ range $i, $arg := .Function.Arguments }}{{ if $i }}, {{ end }}{{ $arg.Key }}={{ $arg.Value }}{{ end }})
```{{ end }}
{{ end }}<end_of_turn>
{{ end }}{{- if eq .Role "tool" }}user
```tool_output
{{ .Content }}
```<end_of_turn>
{{ end }}<start_of_turn>model