mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: prevent pipeline freezes when sending endframe (#77)
* fix: dont cancel task if call is already ending * Update pipecat
This commit is contained in:
parent
0a8ce3f644
commit
909c258b6a
7 changed files with 44 additions and 20 deletions
|
|
@ -52,6 +52,7 @@ class PipelineEngineCallbacksProcessor(FrameProcessor):
|
|||
# Include TTSSpeakFrame here since for static nodes, we send TTSSpeakFrame
|
||||
# which can act as reference while fixing the aggregated trascript
|
||||
await self._llm_text_frame_callback(frame.text)
|
||||
|
||||
await self.push_frame(frame, direction)
|
||||
|
||||
async def _start(self, _: StartFrame):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue