mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 23:41:06 +00:00
minor update
This commit is contained in:
parent
171513b07f
commit
a13e7de1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from fastapi_pagination import Page
|
|||
from fastapi_pagination.ext.sqlmodel import paginate
|
||||
from app.model.chat.chat_history import ChatHistoryOut, ChatHistoryIn, ChatHistory, ChatHistoryUpdate
|
||||
from fastapi_babel import _
|
||||
from sqlmodel import Session, select, desc, asc, case
|
||||
from sqlmodel import Session, select, desc, case
|
||||
from app.component.auth import Auth, auth_must
|
||||
from app.component.database import session
|
||||
from utils import traceroot_wrapper as traceroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue