【优化】midjourney 提交,支持 nijj 切换

This commit is contained in:
cherishsince
2024-05-30 16:25:31 +08:00
parent 15a3e80d62
commit 82fbb5e024
2 changed files with 5 additions and 15 deletions

View File

@ -40,6 +40,7 @@ export interface ImageDallReqVO {
export interface ImageMidjourneyImagineReqVO {
prompt: string // 提示词
model: string // 模型 mj nijj
base64Array: string[] // size不能为空
}