mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Make Ollama model management easier to find in the UI #6005
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 @Hegghammer on GitHub (Aug 9, 2025).
Check Existing Issues
Problem Description
Ollama model management is buried incredibly deep in the settings: First you have to go to
Admin panel > Settings > Connections > Ollama APIand then click the tiny download icon to the right of your Ollama URL. This is fine when you know it's there, but it's very hard to find for new users, most of whom presumably come to OpenWebUI to use Ollama models.Desired Solution you'd like
Have a separate "Manage Ollama models" entry higher up in the menu hierarchy, ideally in the menu that comes up when you click your user in the bottom left or top right, or in Admin Panel > Settings.
Alternatives Considered
No response
Additional Context
No response