Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
nutboy02
/
Agents-A1-4B-Kimi-heretic
:64K
117
Downloads
Updated
3 weeks ago
Cancel
vision
tools
thinking
Agents-A1-4B-Kimi-heretic:64K
...
/
template
9868b8b739a3 · 314B
{{- if .Tools }}
{{- range .Tools }}
{{ . }}
{{- end }}
{{- end }}
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{- if .Thinking }}<thought>
{{ .Thinking }}
</thought>{{ end }}
{{ .Response }}<|im_end|>