We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ed736 commit a541a58Copy full SHA for a541a58
docker/server-vad/config.toml
@@ -14,6 +14,7 @@ model = "whisper-large-v3"
14
lang = "en"
15
prompt = "Hello\n你好\n(noise)\n(bgm)\n(silence)\n"
16
# Requires a local Silero VAD server: https://github.com/second-state/silero_vad_server
17
+# Default port is 8000, but some setups may use 9093. Update the port below if needed.
18
vad_realtime_url = "ws://localhost:8000/v1/audio/realtime_vad"
19
20
[llm]
0 commit comments