fix empty url

This commit is contained in:
Maple Gao 2024-03-20 23:49:16 +08:00 committed by GitHub
parent cfabf8a656
commit 9e157ed802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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