feat: support channel AI Proxy now

This commit is contained in:
JustSong
2023-05-20 17:24:56 +08:00
parent ef9dca28f5
commit cfd587117e
3 changed files with 6 additions and 2 deletions

View File

@@ -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
}