From 3880399bef4144fa15264f470a0a51034c0253c9 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 29 五月 2025 14:00:18 +0800 Subject: [PATCH] ai工业大模型代码提交 --- src/api/ai/image/index.ts | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api/ai/image/index.ts b/src/api/ai/image/index.ts index 2f276c7..ab2bcf7 100644 --- a/src/api/ai/image/index.ts +++ b/src/api/ai/image/index.ts @@ -20,9 +20,8 @@ } export interface ImageDrawReqVO { - platform: string // 平台 prompt: string // 提示词 - model: string // 模型 + modelId: number // 模型 style: string // 图像生成的风格 width: string // 图片宽度 height: string // 图片高度 @@ -31,7 +30,7 @@ export interface ImageMidjourneyImagineReqVO { prompt: string // 提示词 - model: string // 模型 mj nijj + modelId: number // 模型 base64Array: string[] // size不能为空 width: string // 图片宽度 height: string // 图片高度 -- Gitblit v1.9.3