Clean up example 5

This commit is contained in:
Moishe Lettvin
2024-01-18 11:58:08 -05:00
parent f55333844e
commit ceeb93dd46
5 changed files with 17 additions and 41 deletions

View File

@@ -63,7 +63,7 @@ async def main(room_url:str):
await asyncio.gather(llm_response_task, buffer_to_send_queue())
transport.stop_when_done()
await transport.stop_when_done()
await transport.run()