This commit is contained in:
2026-01-30 11:24:57 +08:00
14 changed files with 311 additions and 104 deletions

View File

@@ -218,7 +218,7 @@ public class HotakeAiCommonToolsController extends BaseController {
*/
@ApiOperation("候选人面试综合评估")
@PostMapping(value = "/candidateInterviewEvaluation")
public R<HotakeCandidateCompatibilityDto> candidateInterviewEvaluation(@RequestBody HotakeCandidateInterviewEvaluationVo evaluationVo)
public R<HotakeCandidateInterviewEvaluationDto> candidateInterviewEvaluation(@RequestBody HotakeCandidateInterviewEvaluationVo evaluationVo)
{
return R.ok(hotakeAiCommonToolsService.getCandidateInterviewEvaluation(evaluationVo));
}

View File

@@ -191,6 +191,7 @@ chatGpt:
modelAiIntPf: gpt-4o-mini
modelAiCvSr: gpt-4o-mini
modelAiCac: gpt-4o-mini
modelAiCiv: gpt-4o-mini
role: system
http: