修改模型

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 -1
View File
@@ -41,7 +41,7 @@ class NovaChatModel:
class ResumeExtractorModel:
"""简历解析模块"""
# 简历结构化提取:并行提取简历文本为JSON结构
PARSE = LLM.DOUBAO_PRO_32K.create(temperature=0)
PARSE = LLM.DEEPSEEK_V4_FLASH.create(temperature=0)
class ResumePolisherModel: