feat(新功能): sketch 多视角图生成功能接口

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-01-08 15:44:59 +08:00
parent ff06db7ec1
commit 0e5f1ae1fa
5 changed files with 178 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
from pydantic import BaseModel
class GenerateMultiViewModel(BaseModel):
tasks_id: str
image_url: str
class GenerateImageModel(BaseModel):
tasks_id: str
prompt: str