mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue: Click a custom model in workspaces sometimes takes me to a random foundation model #4429
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 @msabramo on GitHub (Mar 14, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.5.20
Ollama Version (if applicable)
No response
Operating System
Kubernetes (installed through Helm chart)
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When I click a custom model in the models tab of workspace, it should start a chat with that custom model
Actual Behavior
Often it starts a chat with a (seemingly random) foundation model rather than my custom model.
Steps to Reproduce
Logs & Screenshots
Screencast
https://github.com/user-attachments/assets/df58fb80-28d9-4485-92d6-093dbd1cc5a2
Browser Console log
(This is from the Arc browser but I see the same behavior with Chrome, Safari, and Firefox)
Kubernetes pod logs
(from
kubectl --context=dmg-stg logs -f statefulset/open-webui)Additional Information
No response
@msabramo commented on GitHub (Mar 14, 2025):
BTW, I have Python and TypeScript skills, so if someone can give me a rough idea of how things are supposed to work and/or where the problem could be, I can take a look and try to diagnose and fix.