fix empty url

This commit is contained in:
Maple Gao 2024-03-20 23:49:16 +08:00 committed by GitHub
parent f46eb9c8d5
commit 790d163b7f

View File

@ -244,5 +244,8 @@ var ChannelBaseURLs = []string{
"https://api.moonshot.cn", //25
"https://open.bigmodel.cn", //26
"https://api.perplexity.ai", //27
"", //28
"", //29
"", //30
"https://api.lingyiwanwu.com", //31
}