Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
shinsuikyo
/
kumba-phi4
:latest
Updated
2 weeks ago
Cancel
kumba-phi4:latest
...
/
template
c8c54c2f2bca · 271B
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Messages }}{{ range $i, $m := .Messages }}{{ if eq .Role "user" }}<|user|>
{{ .Content }}<|end|>
{{ else if eq .Role "assistant" }}<|assistant|>
{{ .Content }}<|end|>
{{ end }}{{ end }}{{ end }}<|assistant|>