diff --git a/common/constants.go b/common/constants.go index c89280d9..f17de2c6 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