mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
finalised prototype
This commit is contained in:
parent
c1b2f27f55
commit
9a5303e157
@ -487,7 +487,6 @@ async def websocket_endpoint(websocket: WebSocket):
|
|||||||
}),
|
}),
|
||||||
websocket,
|
websocket,
|
||||||
)
|
)
|
||||||
print("Final output:", chunk)
|
|
||||||
# Send a final 'done' message to signal completion
|
# Send a final 'done' message to signal completion
|
||||||
await manager.send_personal_message(
|
await manager.send_personal_message(
|
||||||
json.dumps({"type": "done"}),
|
json.dumps({"type": "done"}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user