Kaynağa Gözat

fix empty url

Maple Gao 1 yıl önce
ebeveyn
işleme
9e157ed802
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      common/constants.go

+ 3 - 0
common/constants.go

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