From 1438e5654a0eea4593363d4d890adf833c83e754 Mon Sep 17 00:00:00 2001 From: Kwindla Hultman Kramer Date: Sun, 10 Nov 2024 16:08:10 -0800 Subject: [PATCH] remove old comment --- src/pipecat/services/openai_realtime_beta/openai.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipecat/services/openai_realtime_beta/openai.py b/src/pipecat/services/openai_realtime_beta/openai.py index fcac357fa..ac492a205 100644 --- a/src/pipecat/services/openai_realtime_beta/openai.py +++ b/src/pipecat/services/openai_realtime_beta/openai.py @@ -441,8 +441,6 @@ class OpenAIRealtimeBetaLLMService(LLMService): async def _handle_evt_speech_started(self, evt): await self._truncate_current_audio_response() - # todo: might need to guard sending these when we fully support using either openai - # turn detection of Pipecat turn detection await self._start_interruption() # cancels this processor task await self.push_frame(StartInterruptionFrame()) # cancels downstream tasks await self.push_frame(UserStartedSpeakingFrame())