Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
kopens
/
aura
:14b-phi4r
146
Downloads
Updated
4 months ago
kopens - hybrid reasoning model
kopens - hybrid reasoning model
Cancel
vision
tools
3b
4b
8b
14b
32b
70b
aura:14b-phi4r
...
/
template
32695b892af8 · 275B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}