Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
SystemMan
/
nova-code
:4b
6
Downloads
Updated
2 days ago
AI agent trained in code, logic, and defensive cybersecurity
AI agent trained in code, logic, and defensive cybersecurity
Cancel
4b
9b
nova-code:4b
...
/
template
22fed38c0e29 · 246B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ if .Images }}{{ range .Images }}[Image]{{ end }}{{ end }}{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>