feat: add developer role (#936)

This commit is contained in:
Liu Shuang
2025-02-12 23:05:44 +08:00
committed by GitHub
parent a62919e8c6
commit c0a9a75fe0
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ const (
ChatMessageRoleAssistant = "assistant"
ChatMessageRoleFunction = "function"
ChatMessageRoleTool = "tool"
ChatMessageRoleDeveloper = "developer"
)
const chatCompletionsSuffix = "/chat/completions"