diff --git a/examples/simple-chatbot/server/bot-openai.py b/examples/simple-chatbot/server/bot-openai.py index e2388e8cc..6ec8712ee 100644 --- a/examples/simple-chatbot/server/bot-openai.py +++ b/examples/simple-chatbot/server/bot-openai.py @@ -193,7 +193,7 @@ async def main(): # RTVI events for Pipecat client UI # - rtvi = RTVIProcessor() + rtvi = RTVIProcessor(config=RTVIConfig(config=[])) rtvi_tts = RTVIService( name="tts",