Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Beelzebub4883
/
arriella-flagship-kimi27code-cloud
:latest
3
Downloads
Updated
1 week ago
Cancel
tools
cloud
arriella-flagship-kimi27code-cloud:latest
...
/
template
b1c3a66ffdee · 491B
{{- if or .System .Tools }}<|im_start|>system
{{- if .System }}
{{ .System }}
{{- end }}<|im_end|>
{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{ else if eq .Role "assistant" }}<|im_start|>assistant
{{ if .Content }}{{ .Content }}
{{- end }}{{ if not $last }}<|im_end|>
{{ end }}
{{- end }}
{{- if and (ne .Role "assistant") $last }}<|im_start|>assistant
{{ end }}
{{- end }}