Models
GitHub
Discord
Docs
Pricing
Sign in
Download
Models
Download
GitHub
Discord
Docs
Pricing
Sign in
NeuralNexusLab
/
CodeXor
:xq4b
314
Downloads
Updated
1 month ago
CodeXor — A Precision-Oriented AI Assistant for Code, Math, and Engineering.
CodeXor — A Precision-Oriented AI Assistant for Code, Math, and Engineering.
Cancel
vision
tools
3b
12b
14b
20b
CodeXor:xq4b
...
/
template
e3988b3902ff · 346B
{{- if .System }}<|im_start|>system
{{ .System }}
[MANDATORY: ALWAYS REPLY IN THE USER'S LANGUAGE]<|im_end|>
{{- end }}
{{- range .Messages }}
{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{- else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}<|im_end|>
{{- end }}
{{- end }}<|im_start|>assistant