JustSong 6eb0770a89
Some checks failed
Publish Docker image (English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image / Push Docker image to multiple registries (push) Has been cancelled
feat: support set system prompt for channel (close #1920)
2024-11-10 14:53:34 +08:00

7 lines
71 B
Go

package role
const (
System = "system"
Assistant = "assistant"
)