diff --git a/examples/simple-chatbot/server/bot-openai.py b/examples/simple-chatbot/server/bot-openai.py index 38fafe102..ae95c3edc 100644 --- a/examples/simple-chatbot/server/bot-openai.py +++ b/examples/simple-chatbot/server/bot-openai.py @@ -187,8 +187,8 @@ async def main(): # # RTVI events for Pipecat client UI # - options = RTVIServiceOptionConfig(name="say") - tts_interrupt = RTVIServiceConfig(service="tts", options=[options]) + # options = RTVIServiceOptionConfig(name="say", value=) + # tts_interrupt = RTVIServiceConfig(service="tts", options=[options]) rtvi = RTVIProcessor(config=RTVIConfig(config=[])) pipeline = Pipeline(