mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
✨ feat: Support Cohere
This commit is contained in:
@@ -173,6 +173,7 @@ const (
|
||||
ChannelTypeLingyi = 33
|
||||
ChannelTypeMidjourney = 34
|
||||
ChannelTypeCloudflareAI = 35
|
||||
ChannelTypeCohere = 36
|
||||
)
|
||||
|
||||
var ChannelBaseURLs = []string{
|
||||
@@ -212,6 +213,7 @@ var ChannelBaseURLs = []string{
|
||||
"https://api.lingyiwanwu.com", //33
|
||||
"", //34
|
||||
"", //35
|
||||
"https://api.cohere.ai/v1", //36
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user