mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #13323] feat: Improvement of "request statistics" (i) : readability #16885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @G-Cyrille on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13323
Check Existing Issues
Problem Description
The request statistics, e.g.:
Especially:
Are impossible to read for a human.
Desired Solution you'd like
It would be very nice and improve their usability to have them expressed as
total_duration: 18 Minutes 52 Seconds 6369 milliseconds
or :
total_duration: 18 m 52 s 6369 ms
Alternatives Considered
No response
Additional Context
No response