1: 英文版本系统初始化

jinan_master_by_release_3.0.0_en
gitee 3 weeks ago
parent baf815ce55
commit 88d87d443d

@ -84,6 +84,7 @@ public class AskServiceImpl implements AskService {
talkVideoTtsResultResVO.setVoiceBase64(TtsUtil.ttsTransform(answer)); talkVideoTtsResultResVO.setVoiceBase64(TtsUtil.ttsTransform(answer));
talkVideoTtsResultResVO.setAnswerMessage(answer); talkVideoTtsResultResVO.setAnswerMessage(answer);
} catch (Exception e) { } catch (Exception e) {
log.error("Talk error", e);
talkVideoTtsResultResVO.setVoiceBase64(TtsUtil.ttsTransform("I didn't hear what you were saying clearly, could you please repeat it?")); talkVideoTtsResultResVO.setVoiceBase64(TtsUtil.ttsTransform("I didn't hear what you were saying clearly, could you please repeat it?"));
} }
return talkVideoTtsResultResVO; return talkVideoTtsResultResVO;

Loading…
Cancel
Save