Commit 4a5c35ff authored by Vũ Hoàng Anh's avatar Vũ Hoàng Anh

update

parent 2c568c1d
......@@ -16,3 +16,9 @@ docker compose down
# === KILL PORT ===
taskkill /F /IM python.exe
netstat -ano | findstr :5004 | ForEach-Object { $_.Split()[-1] } | Sort-Object -Unique | ForEach-Object { taskkill /F /PID $_ }
git add backend/api/test_conversation_route.py backend/common/middleware.py backend/static/test_conversation.html
git commit -m "feat: per-message SSE streaming, localStorage persistence, resume from incomplete, fix ASGI middleware buffering"
git push --force origin main
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment