From 0c598196820300ff243bc4f0e3116e8c20d43d29 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 2 Apr 2026 11:32:44 -0400 Subject: [PATCH] Remove allow_interruptions from voice-sarvam example This was missed from the allow_interruptions removal commit. --- examples/voice/voice-sarvam.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/voice/voice-sarvam.py b/examples/voice/voice-sarvam.py index bd007d89e..feda4fe38 100644 --- a/examples/voice/voice-sarvam.py +++ b/examples/voice/voice-sarvam.py @@ -96,7 +96,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): params=PipelineParams( enable_metrics=True, enable_usage_metrics=True, - allow_interruptions=True, ), )