[连续对话判断]:完成自动持续对话和播报打断,包含回复意图判断、免唤醒追问和打断回归测试

This commit is contained in:
mkbk
2026-06-18 12:08:41 +08:00
parent 1e956f5eb6
commit 7519725321
16 changed files with 1059 additions and 119 deletions
+2
View File
@@ -229,6 +229,8 @@ def run_real_live_check(
speech_provider="local",
noise_filter_enabled=True,
realtime_transcript_enabled=True,
continuous_dialog_enabled=False,
barge_in_enabled=False,
llm_stream=False,
post_playback_drain_ms=0,
)