修改模型

This commit is contained in:
zk
2026-08-07 16:57:15 +08:00
parent 3047c47916
commit 54f5c0ac63
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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两阶段并行结构化提取")