mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-09 07:33:41 +08:00
Add 01.AI relay
This commit is contained in:
@@ -212,6 +212,7 @@ const (
|
||||
ChannelTypeMoonshot = 25
|
||||
ChannelTypeZhipu_v4 = 26
|
||||
ChannelTypePerplexity = 27
|
||||
ChannelTypeLingYiWanWu = 31
|
||||
)
|
||||
|
||||
var ChannelBaseURLs = []string{
|
||||
@@ -243,4 +244,5 @@ var ChannelBaseURLs = []string{
|
||||
"https://api.moonshot.cn", //25
|
||||
"https://open.bigmodel.cn", //26
|
||||
"https://api.perplexity.ai", //27
|
||||
"https://api.lingyiwanwu.com", //31
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user