feat(新功能): 项目信息提取/生成接口

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-05-15 16:40:58 +08:00
parent e4141b9e65
commit 3a28a7e4b9
3 changed files with 62 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ from fastapi import APIRouter, HTTPException
from app.schemas.project_info_extraction import ProjectInfoExtractionModel
from app.schemas.response_template import ResponseModel
from app.service.project_info_extraction.service_generate_brand_info import ProjectInfoExtraction
from app.service.project_info_extraction.service import ProjectInfoExtraction
router = APIRouter()
logger = logging.getLogger()