修改模型

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