Browse Source

fix: fix bug

1808837298@qq.com 2 years ago
parent
commit
0e06be8c3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -186,7 +186,7 @@ const (
 const (
 	ChannelTypeUnknown        = 0
 	ChannelTypeOpenAI         = 1
-	ChannelTypeAPI2D          = 2
+	ChannelTypeMidjourney     = 2
 	ChannelTypeAzure          = 3
 	ChannelTypeCloseAI        = 4
 	ChannelTypeOpenAISB       = 5