Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
BhupendraA
/
FastContext-1.0-4B-RL-Q4_K_M-GGUF
:latest
32
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-RL-Q4_K_M-GGUF:latest
...
/
template
a5b1a08e3c3c · 189B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}
<|im_start|>assistant
{{ .Response }}