Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
nuominecraft
/
phi4-14b
:1-bit
11
Downloads
Updated
2 weeks ago
Cancel
phi4-14b:1-bit
...
/
template
3598ffa33439 · 283B
{{- 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 }}