feat(新功能): 项目信息提取/生成接口
fix(修复bug): docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user