添加适配评分
This commit is contained in:
@@ -24,6 +24,8 @@ class SkillGapModel:
|
||||
|
||||
class JobAgentModel:
|
||||
"""求职助手Agent模块"""
|
||||
# 岗位匹配评分:评估简历与岗位在技能/学历/经验上的匹配度,输出0-100分(评分要稳定,温度设0)
|
||||
MATCH_SCORE = LLM.DEEPSEEK_V4_FLASH.create(temperature=0)
|
||||
# 岗位简历-summary优化:针对具体岗位JD优化个人概述
|
||||
SUMMARY = LLM.DEEPSEEK_V4_FLASH.create(temperature=0.3)
|
||||
# 岗位简历-经历优化:针对具体岗位JD优化单条经历描述
|
||||
|
||||
Reference in New Issue
Block a user