Merge branch 'dev' of https://github.com/Vetti-AI/Vetti-Service into dev
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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user