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:

View File

@@ -138,6 +138,7 @@ twilio:
reply-to-em7941: noreply@em7941.routez.app
template-ids:
routez-verification-code: d-18475c5d41e349e2bc3a35f2b4992182
interview-template-code: d-c377f1e7f5e04cb794e2753af9d2e0c8
accountSID: 1111
authToken: 22222
sendPhoneNumber: 33333