diff --git a/config/fastgpt.example.json b/config/fastgpt.example.json index 65c64e8..e616962 100644 --- a/config/fastgpt.example.json +++ b/config/fastgpt.example.json @@ -12,6 +12,38 @@ "session": { "inactivity_timeout_sec": 60 }, + "turn": { + "vad": { + "confidence": 0.7, + "start_secs": 0.35, + "stop_secs": 0.2, + "min_volume": 0.65 + }, + "interruption_min_chars": 3, + "interruption_use_interim": true, + "interruption_short_replies": [ + "是", + "是的", + "对", + "对的", + "嗯", + "好", + "好的", + "行", + "可以", + "没问题", + "不是", + "不", + "不行", + "不用", + "不要", + "没有", + "否", + "你好", + "在吗" + ], + "user_speech_timeout_sec": 0.2 + }, "agent": { "system_prompt": "FastGPT app owns the system prompt when send_system_prompt is false.", "greeting": "您好,这里是无锡交警,我将为您远程处理交通事故。请将人员撤离至路侧安全区域,开启危险报警双闪灯、放置三角警告牌、做好安全防护,谨防二次事故伤害。若您已经准备好了,请点击继续办理,如需人工服务,请说转人工。", diff --git a/config/xfyun.json b/config/xfyun.json index 6562c09..654cb31 100644 --- a/config/xfyun.json +++ b/config/xfyun.json @@ -38,7 +38,9 @@ "不用", "不要", "没有", - "否" + "否", + "你好", + "在吗" ], "user_speech_timeout_sec": 0.2 },