mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 21:23:44 +08:00
✨ feat: add Stability AI
This commit is contained in:
@@ -174,6 +174,7 @@ const (
|
||||
ChannelTypeMidjourney = 34
|
||||
ChannelTypeCloudflareAI = 35
|
||||
ChannelTypeCohere = 36
|
||||
ChannelTypeStabilityAI = 37
|
||||
)
|
||||
|
||||
var ChannelBaseURLs = []string{
|
||||
@@ -214,6 +215,7 @@ var ChannelBaseURLs = []string{
|
||||
"", //34
|
||||
"", //35
|
||||
"https://api.cohere.ai/v1", //36
|
||||
"https://api.stability.ai/v2beta", //37
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user