From 01f37f769db97bccc7620153a28b60e57afb5122 Mon Sep 17 00:00:00 2001 From: James Hush Date: Tue, 29 Apr 2025 13:21:10 +0800 Subject: [PATCH] Comment --- examples/simple-chatbot/server/bot-openai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(