瀏覽代碼

fix empty url

Maple Gao 2 年之前
父節點
當前提交
9e157ed802
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      common/constants.go

+ 3 - 0
common/constants.go

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