AI 候选人面试综合评估
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
@@ -191,6 +191,7 @@ chatGpt:
|
||||
modelAiIntPf: gpt-4o-mini
|
||||
modelAiCvSr: gpt-4o-mini
|
||||
modelAiCac: gpt-4o-mini
|
||||
modelAiCiv: gpt-4o-mini
|
||||
role: system
|
||||
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user