修改agent基础模型

This commit is contained in:
zk
2026-05-29 16:43:55 +08:00
parent aaf3bcbf73
commit 4cf1862e77
+1 -1
View File
@@ -25,7 +25,7 @@ class SkillGapModel:
class JobAgentModel:
"""求职助手Agent模块"""
# 多轮对话:理解用户求职意图,返回结构化回复(message+tool调用)
CHAT = LLM.DEEPSEEK_V4_FLASH.create(temperature=0.7)
CHAT = LLM.DEEPSEEK_V4_PRO.create(temperature=0.7)
# 岗位简历-summary优化:针对具体岗位JD优化个人概述
SUMMARY = LLM.DEEPSEEK_V4_FLASH.create(temperature=0.3)
# 岗位简历-经历优化:针对具体岗位JD优化单条经历描述