mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-17 16:43:54 +00:00
feat: support cloudflare now
This commit is contained in:
@@ -31,6 +31,8 @@ func ToAPIType(channelType int) int {
|
||||
apiType = apitype.Coze
|
||||
case Cohere:
|
||||
apiType = apitype.Cohere
|
||||
case Cloudflare:
|
||||
apiType = apitype.Cloudflare
|
||||
}
|
||||
|
||||
return apiType
|
||||
|
Reference in New Issue
Block a user