Update app/app.py
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -5,7 +5,7 @@ from fastapi import Depends, FastAPI
|
|
5 |
from .db import User, create_db_and_tables
|
6 |
from .schemas import UserCreate, UserRead, UserUpdate
|
7 |
from .users import auth_backend, current_active_user, fastapi_users
|
8 |
-
from .llm import
|
9 |
|
10 |
@asynccontextmanager
|
11 |
async def lifespan(app: FastAPI):
|
|
|
5 |
from .db import User, create_db_and_tables
|
6 |
from .schemas import UserCreate, UserRead, UserUpdate
|
7 |
from .users import auth_backend, current_active_user, fastapi_users
|
8 |
+
from .llm import llm_router
|
9 |
|
10 |
@asynccontextmanager
|
11 |
async def lifespan(app: FastAPI):
|