feat(voice): switch voice ASR to Yandex SpeechKit

This commit is contained in:
Yera All
2026-04-17 00:53:20 +05:00
parent 39096e114f
commit 5d40cfafd8
10 changed files with 594 additions and 10 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ recording:
voiceAI:
enabled: "0"
queueConfigJson: "{}"
asrProvider: openai
ttsProvider: openai
asrProvider: yandex
ttsProvider: yandex
audioSocketEnabled: "1"
audioSocketHost: 0.0.0.0
audioSocketPort: "9019"