mirror of
https://github.com/mudler/LocalAI
synced 2026-04-27 08:17:17 +00:00
4 lines
180 B
Cheetah
4 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|>
|