feat(新功能): brand name slogan logo 生成服务

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-25 15:55:52 +08:00
parent b69aadbcfb
commit d029bdb944
5 changed files with 175 additions and 11 deletions

View File

@@ -4,3 +4,8 @@ from pydantic import BaseModel
class BrandDnaModel(BaseModel):
image_url: str
is_brand_dna: bool
class GenerateBrandModel(BaseModel):
user_id: str
prompt: str