We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c12f5 + 0a5ca20 commit a706f1aCopy full SHA for a706f1a
backend/server/app.py
@@ -1,4 +1,4 @@
1
-from fastapi import FastAPI, WebSocket
+from fastapi import FastAPI, WebSocket, WebSocketDisconnect
2
from fastapi.middleware.cors import CORSMiddleware
3
import logging
4
from backend.chat.chat import ChatAgentWithMemory
0 commit comments