servcies(cartesia): no need to send LLMFullResponseEndFrame

Interruptions are already handled by context aggregators.
This commit is contained in:
Aleix Conchillo Flaqué
2024-10-14 10:41:38 -07:00
parent 51bc4839d1
commit 164f06415c

View File

@@ -210,7 +210,6 @@ class CartesiaTTSService(WordTTSService):
async def _handle_interruption(self, frame: StartInterruptionFrame, direction: FrameDirection):
await super()._handle_interruption(frame, direction)
await self.stop_all_metrics()
await self.push_frame(LLMFullResponseEndFrame())
self._context_id = None
async def flush_audio(self):