mirror of
https://github.com/mudler/LocalAI
synced 2026-04-23 14:27:19 +00:00
3 lines
180 B
Cheetah
3 lines
180 B
Cheetah
<|im_start|>{{if eq .RoleName "assistant"}}assistant{{else if eq .RoleName "system"}}system{{else if eq .RoleName "user"}}user{{end}}
|
|
{{if .Content}}{{.Content}}{{end}}
|
|
<|im_end|>
|