mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-15 23:43:22 +00:00
feat: support channel AI Proxy now
This commit is contained in:
@@ -128,6 +128,7 @@ const (
|
||||
ChannelTypeOhMyGPT = 7
|
||||
ChannelTypeCustom = 8
|
||||
ChannelTypeAILS = 9
|
||||
ChannelTypeAIProxy = 10
|
||||
)
|
||||
|
||||
var ChannelBaseURLs = []string{
|
||||
@@ -141,4 +142,5 @@ var ChannelBaseURLs = []string{
|
||||
"https://api.ohmygpt.com", // 7
|
||||
"", // 8
|
||||
"https://api.caipacity.com", // 9
|
||||
"https://api.aiproxy.io", // 10
|
||||
}
|
||||
|
Reference in New Issue
Block a user