From 961e28517ee16462032fd98b6c02a72677cba8c2 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 6 Nov 2025 10:16:31 -0500 Subject: [PATCH] Remove arg from RTVIProcessor --- examples/foundational/38b-smart-turn-local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foundational/38b-smart-turn-local.py b/examples/foundational/38b-smart-turn-local.py index d2ea606d0..8e8136243 100644 --- a/examples/foundational/38b-smart-turn-local.py +++ b/examples/foundational/38b-smart-turn-local.py @@ -79,7 +79,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): context = LLMContext(messages) context_aggregator = LLMContextAggregatorPair(context) - rtvi = RTVIProcessor(config=RTVIConfig(config=[])) + rtvi = RTVIProcessor() pipeline = Pipeline( [