mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #3618] Feat: Side panel to adjust model parameters and refresh models (currently request a lot of clicks) #51990
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 @sammcj on GitHub (Jul 3, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3618
I really love Open-WebUI, but as a frequent user I find the number of clicks I have to do to change basic parameters and refresh models to be a bit cumbersome. I would love to see a feature where I can change the parameters of a model and refresh the models from the main chat window.
Please do not think this is a complaint, I am very grateful for the work that has gone into Open-WebUI and I am very happy with the current functionality. I just think this would be a nice quality of life improvement.
The problem
For context, I am using the dev branch, I'm aware the Admin Panel is being worked on there, but I figured my request would be more applicable to the near future.
Refreshing models
Currently to refresh models, it takes around 11-12 clicks.
This feels like a lot of clicks 😂, it's also somewhat jarring navigating the various UI layouts (search, profile, admin horizontal tabs, admin vertical tabs).
Changing parameters
A large part of working with LLMs is frequently adjusting the parameters of the model and model server.
Currently, to adjust basic parameters such as num_ctx, temperature, top_k, etc. it takes around 12-13 clicks.
This is also a lot of clicks, I'll admit it actually drives me a bit crazy 😂.
Suggestion
I think both these problems could be resolved and the user experience improved in general by having a collapsible right hand pane that shows the parameters of the model and allows the user to change them or refresh available models.
Additionally the 'Send a Message' input field could perhaps take the default focus in most situations?
I have included a shitty mock for my idea:
Shitty Mock
I would submit a PR to add this functionality but my web UI skills for something like this are definitely not up to par, however I would of course be more than happy to help test this feature if someone else is willing to have a go at implementing it.
Thanks for considering this feature request!
Screenshots
Tweaking parameters
Refreshing models