From 467b9a43dccac60df2f4fd73aea5321939a4c827 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sat, 18 May 2024 15:15:20 +0800 Subject: [PATCH] chore: update minimax url --- common/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/constants.go b/common/constants.go index b231831b..96c0b57d 100644 --- a/common/constants.go +++ b/common/constants.go @@ -249,4 +249,5 @@ var ChannelBaseURLs = []string{ "", //32 "", //33 "https://api.cohere.ai", //34 + "https://api.minimax.chat", //35 }