From 9e157ed802abb8225648b028c22bc20d8907e0ba Mon Sep 17 00:00:00 2001 From: Maple Gao Date: Wed, 20 Mar 2024 23:49:16 +0800 Subject: [PATCH] fix empty url --- common/constants.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/constants.go b/common/constants.go index fa02328f..4000e08f 100644 --- a/common/constants.go +++ b/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 }