Remove allow_interruptions from voice-sarvam example

This was missed from the allow_interruptions removal commit.
This commit is contained in:
Mark Backman
2026-04-02 11:32:44 -04:00
parent 5b67dcd9e7
commit 0c59819682

View File

@@ -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,
),
)