From beadb98a8c50ee0f93ab76e7aaba7b9acb14f8be Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Mon, 18 Mar 2024 18:09:41 +0800 Subject: [PATCH] feat: support perplexity --- common/constants.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 3f0cfe8..062ebcd 100644 --- a/common/constants.go +++ b/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 }