修改模型
This commit is contained in:
@@ -29,6 +29,7 @@ class ResumeService:
|
||||
text = await extract_text(filename, content)
|
||||
if not text or not text.strip():
|
||||
raise ValueError("文件内容为空,无法解析")
|
||||
# log.info(f"文件解析完成: {text}")
|
||||
log.info(f"文件解析完成,文本字符数: {len(text)}")
|
||||
|
||||
log.info("开始AI两阶段并行结构化提取")
|
||||
|
||||
Reference in New Issue
Block a user