mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-02 14:45:18 +00:00
refac
This commit is contained in:
parent
39a2b9789c
commit
f5c07e317e
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class ChatStatsExportList(BaseModel):
|
|||
|
||||
|
||||
@router.get("/stats/export", response_model=ChatStatsExportList)
|
||||
async def export_chat_stats(
|
||||
def export_chat_stats(
|
||||
request: Request,
|
||||
chat_id: Optional[str] = None,
|
||||
start_time: Optional[int] = None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue