Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
BhupendraA
/
FastContext-1.0-4B-SFT-Q4_K_M
:latest
59
Downloads
Updated
4 weeks ago
FastContext-1.0 is a lightweight repository-exploration subagent for LLM coding agents.
FastContext-1.0 is a lightweight repository-exploration subagent for LLM coding agents.
Cancel
FastContext-1.0-4B-SFT-Q4_K_M:latest
...
/
template
4a2d2b0b9457 · 196B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}
<|im_start|>assistant
{{ .Response }}