Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
NJIR
/
njir-now
:sentinel
3,908
Downloads
Updated
1 week ago
5 Sovereign AI Models — Edge (1.5B), Reasoning (30B), Professional (22B), Verification (7B), Vision (8B). Unified ecosystem by NJIR.AI.
5 Sovereign AI Models — Edge (1.5B), Reasoning (30B), Professional (22B), Verification (7B), Vision (8B). Unified ecosystem by NJIR.AI.
Cancel
vision
tools
thinking
1.5b
7b
8b
22b
30b
njir-now:sentinel
...
/
template
60ed67c565f8 · 506B
{{- if .Messages }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}
{{ .Content }}
{{- if $last }}
{{- if (ne .Role "assistant") }}<|im_end|>
<|im_start|>assistant
{{ end }}
{{- else }}<|im_end|>
{{ end }}
{{- end }}
{{- else }}
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}