mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #23152] issue: Follow Ups corrupt usage statistic in chat_message table #19900
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 @Art-1313 on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23152
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
macos
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Usage statistics with input/output tokens
Actual Behavior
If follow ups generation is activated usage statistics looses input/output tokens (which fields are introduced via normalize_usage function). Statistics about model response gets overwritten by follow ups
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 1, 2026):
Likely addressed in dev.
@Classic298 commented on GitHub (Apr 1, 2026):
(might be) related:
15883e5229