finalised prototype

This commit is contained in:
leehk 2025-04-25 15:21:53 +08:00
parent c1b2f27f55
commit 9a5303e157

View File

@ -487,7 +487,6 @@ async def websocket_endpoint(websocket: WebSocket):
}),
websocket,
)
print("Final output:", chunk)
# Send a final 'done' message to signal completion
await manager.send_personal_message(
json.dumps({"type": "done"}),