项目/AI生成链路合并
This commit is contained in:
@@ -285,6 +285,8 @@ export interface GenerationAiImageEngine {
|
||||
maxGenerationCount: number;
|
||||
multiImageMaxImages: number;
|
||||
maxReferenceImageCount: number;
|
||||
isActive?: boolean;
|
||||
deletedAt?: string | null;
|
||||
}
|
||||
|
||||
export interface GenerationAiVideoEngine {
|
||||
@@ -305,6 +307,8 @@ export interface GenerationAiVideoEngine {
|
||||
priority: number;
|
||||
multiGenerationEnabled: boolean;
|
||||
maxGenerationCount: number;
|
||||
isActive?: boolean;
|
||||
deletedAt?: string | null;
|
||||
}
|
||||
|
||||
export interface GenerationAiEnginesResponse {
|
||||
|
||||
Reference in New Issue
Block a user