Explorar el Código

fix empty url

Maple Gao hace 2 años
padre
commit
9e157ed802
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
 }