Models
GitHub
Discord
Docs
Pricing
Sign in
Download
Models
Download
GitHub
Discord
Docs
Pricing
Sign in
richardyoung
/
deepseek-coder-33b-heretic
:latest
353
Downloads
Updated
2 months ago
State-of-the-art coding AI trained on 2T tokens with project-level understanding and no content restrictions for unrestricted code generation.
State-of-the-art coding AI trained on 2T tokens with project-level understanding and no content restrictions for unrestricted code generation.
Cancel
deepseek-coder-33b-heretic:latest
...
/
template
62fbfd9ed093 · 182B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>