添加V2版本简历提取

This commit is contained in:
zk
2026-08-07 15:43:24 +08:00
parent b50eb98653
commit f98b87379f
5 changed files with 295 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class NovaChatModel:
class ResumeExtractorModel:
"""简历解析模块"""
# 简历结构化提取:两阶段并行提取简历文本为JSON结构
# 简历结构化提取:并行提取简历文本为JSON结构
PARSE = LLM.DOUBAO_PRO_32K.create(temperature=0)