mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 08:25:01 -06:00
refac
This commit is contained in:
@@ -228,7 +228,7 @@ def export_chat_stats(
|
||||
)
|
||||
|
||||
try:
|
||||
limit = 100
|
||||
limit = 40
|
||||
skip = (page - 1) * limit
|
||||
|
||||
# Fetch chats with date filtering
|
||||
|
||||
Reference in New Issue
Block a user