mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 09:33:43 +08:00
feat: 初步兼容midjourney-proxy-plus
This commit is contained in:
16
constant/midjourney.go
Normal file
16
constant/midjourney.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
MjErrorUnknown = 5
|
||||
MjRequestError = 4
|
||||
)
|
||||
|
||||
const (
|
||||
MjActionImagine = "IMAGINE"
|
||||
MjActionDescribe = "DESCRIBE"
|
||||
MjActionBlend = "BLEND"
|
||||
MjActionUpscale = "UPSCALE"
|
||||
MjActionVariation = "VARIATION"
|
||||
MjActionInPaint = "INPAINT"
|
||||
MjActionInPaintPre = "INPAINT_PRE"
|
||||
)
|
||||
Reference in New Issue
Block a user