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.
1 parent 8ad4ffa commit 131f372Copy full SHA for 131f372
src/api/app.py
@@ -14,7 +14,6 @@
14
from dotenv import load_dotenv
15
import uvicorn
16
17
-from common.config.config import Config
18
from agents.agent_factory import AgentFactory
19
from api.api_routes import router as backend_router
20
from api.history_routes import router as history_router
0 commit comments