From 0e06be8c3e50ea8e26e13517d743af7ea00ac6e8 Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Wed, 6 Mar 2024 19:53:31 +0800 Subject: [PATCH] fix: fix bug --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index c89280d..f17de2c 100644 --- a/common/constants.go +++ b/common/constants.go @@ -186,7 +186,7 @@ const ( const ( ChannelTypeUnknown = 0 ChannelTypeOpenAI = 1 - ChannelTypeAPI2D = 2 + ChannelTypeMidjourney = 2 ChannelTypeAzure = 3 ChannelTypeCloseAI = 4 ChannelTypeOpenAISB = 5