Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
owao
/
EXAONE-Deep-32B_Q4_K_M
:latest
38
Downloads
Updated
1 year ago
Cancel
EXAONE-Deep-32B_Q4_K_M:latest
...
/
template
7df74263b208 · 326B
{{- range $i, $message := .Messages }}
{{- $isFirst := eq $i 0 -}}
{{ if and $isFirst (ne .Role "system") }}[|system|][|endofturn|]
{{ end }}
[|{{ .Role }}|]{{ .Content }}{{ if not (eq .Role "user") }}[|endofturn|]{{ end }} {{- "\n" }}
{{- end -}}
{{- if .AddGenerationPrompt }}
{{- "\n[|assistant|]<thought>\n" }}{{ end -}}