mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #16643] issue: Feedback history no longer shows which model was rated when using arena models #33521
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 @matthewdavidcourtney on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16643
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.22
Ollama Version (if applicable)
No response
Operating System
Synology DSM 7.2.1-69057 Update 8
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Up until the lates update, when using the Arena model and providing feedback, when you view that feedback in Admin Settings > Evaluations > Feedbacks, this would show what model was being used, and what model the feedback was for.
Actual Behavior
All feedback left on arena models have the model listed as 'arena-model', not the true model being used. There's no way to see what model the feedback was left for.
Steps to Reproduce
Logs & Screenshots
Additional Information
I did a quick look through the webui.db. Looks like in the chat table on the arena model messages, there used to be a
selectedModelIdfield that would contain the true model. Since the latest update my logs no longer contain this. I assume this has something to do with it.@tjbck commented on GitHub (Aug 17, 2025):
Addressed with
d7363fd65fin dev!