mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #3754] Feature: Show if a model is updatable #52039
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 @lirc571 on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3754
Is your feature request related to a problem? Please describe.
Ollama allows updating of an existing tagged model (use an existing tag on a new model). This info is not visible in the WebUI right now.
E.g. previously
gemma2:9b-instruct-q6_Khad an ID of37e9e747b764, but after the recent update, the same tag has become3827bab50424.Describe the solution you'd like
It would be great to be able to see if a model is updatable (a local model is updatable if the local hash differs from the remote hash).
Describe alternatives you've considered
It is hard to implement this feature directly in the current UI because ollama models are only listed in dropdowns right now. Perhaps it would be better to create a dedicated "models page" that displays a table of local models, and then implement this feature.
Additional context
NA
@justinh-rahb commented on GitHub (Jul 10, 2024):
Absent Ollama developing and providing an API for their available models list, there's no way for us to do such a lookup for the remote hash to compare.
Related: