Add voice activity detection and interruption handling configurations to FastGPT and XFYun JSON files. Enhance interruption short replies with additional phrases for improved user interaction.

This commit is contained in:
Xin Wang
2026-05-26 15:45:25 +08:00
parent 7ab10eba32
commit c4a53b5205
2 changed files with 35 additions and 1 deletions

View File

@@ -38,7 +38,9 @@
"不用",
"不要",
"没有",
"否"
"否",
"你好",
"在吗"
],
"user_speech_timeout_sec": 0.2
},