🔧(agents) make Silero VAD optional

Allow configuring whether a VAD model runs before calling an external ASR API.
Running VAD can save API calls (and costs) when no audible sound is detected,
but comes with the trade-off of additional computational overhead.
This commit is contained in:
lebaudantoine
2026-01-08 17:50:12 +01:00
committed by aleb_the_flash
parent 137a2c7f6f
commit 35b3bcad63
3 changed files with 7 additions and 4 deletions

View File

@@ -267,6 +267,7 @@ agents:
LIVEKIT_API_KEY: {{ $key }}
{{- end }}
{{- end }}
ENABLE_SILERO_VAD: "false"
image:
repository: localhost:5001/meet-agents