瀏覽代碼

feat: support perplexity

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

+ 2 - 1
common/constants.go

@@ -241,5 +241,6 @@ var ChannelBaseURLs = []string{
 	"https://hunyuan.cloud.tencent.com", //23
 	"https://generativelanguage.googleapis.com", //24
 	"https://api.moonshot.cn",                   //25
-	"https://api.perplexity.ai",                 //26
+	"https://open.bigmodel.cn",                  //26
+	"https://api.perplexity.ai",                 //27
 }