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