feat: 支持CozeV3

This commit is contained in:
suziheng
2025-01-22 19:49:24 +08:00
parent aca72dc979
commit dde3cff708
3 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ func ToAPIType(channelType int) int {
apiType = apitype.AwsClaude
case Coze:
apiType = apitype.Coze
case CozeV3:
apiType = apitype.CozeV3
case Cohere:
apiType = apitype.Cohere
case Cloudflare: