services(openai): send LLMResponseStartFrame for each completion

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 17:47:33 -07:00
parent 0e8c7a9b28
commit 2b8f1c4cda
5 changed files with 11 additions and 9 deletions

View File

@@ -71,7 +71,8 @@ async def main(room_url: str, token):
llm,
tts,
transport.output(),
tma_out])
tma_out
])
task = PipelineTask(pipeline, allow_interruptions=True)