Browse Source

feat: support perplexity

CaIon 1 year ago
parent
commit
beadb98a8c
1 changed files with 2 additions and 1 deletions
  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
 }