This commit is contained in:
Saedbhati 2025-10-10 16:09:16 +05:30
parent 6f36829c93
commit 32bdaba4dd
29 changed files with 62 additions and 117 deletions

View file

@ -6,7 +6,7 @@ from fastapi_babel import _
from sqlmodel import Session, select, desc
from app.component.auth import Auth, auth_must
from app.component.database import session
from utils import traceroot_wrapper as traceroot
import traceroot
logger = traceroot.get_logger("server_chat_history")