mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
feat: adjustable profile & modelfile image size #143
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 @HenryHolloway on GitHub (Jan 2, 2024).
What: It would be nice to be able to choose different sizes for the user and modelfile profile images in the chat window. Also, the initial image (after selecting the modelfile, but before the first prompt is sent) could be larger.
How: Add a dropdown size selector in the settings modal, then apply that to the image compression and display in the chat window. I tried implementing this myself but my Svelte skills are lacking.
Why: This would help preserve the quality of the images and allow for more immersion in conversations. Giving the user control over the size of the image is helpful given the diversity of display sizes and DPIs nowadays.