diff --git a/src/pipecat/services/hathora/stt.py b/src/pipecat/services/hathora/stt.py index 010f38683..f87f15fdf 100644 --- a/src/pipecat/services/hathora/stt.py +++ b/src/pipecat/services/hathora/stt.py @@ -71,7 +71,6 @@ class HathoraSTTService(SegmentedSTTService): """Handle a transcription result with tracing.""" pass - @traced_stt async def run_stt(self, audio: bytes) -> AsyncGenerator[Frame, None]: """Run speech-to-text on the provided audio data.