Remove arg from RTVIProcessor

This commit is contained in:
Mark Backman
2025-11-06 10:16:31 -05:00
parent 06e86cc107
commit 961e28517e

View File

@@ -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(
[