mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
feat: Allows users to see when a model was downloaded and its hash #380
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 @WereCatf on GitHub (Mar 1, 2024).
Currently, the webui appears to provide no way of checking when a model was downloaded or its hash. Being able to see those would be helpful in determining, if there's a newer version of the model available, like e.g. Gemma was updated multiple times in a short period of time, and thus whether to delete the current one and add a new one or not.
Show the model's download date and its hash somewhere in the UI. Even better, if there was a proper menu entry for managing the model files and a simple button to update a model.
An auto-update feature would also be extremely nice, but maybe implement the basics first and consider auto-updater for later?
@ghost commented on GitHub (Mar 26, 2024):
View of additional metadata would be helpful but we may want to postpone any auto-update feature as it may be implemented upstream. See https://github.com/ollama/ollama/pull/2179
@tjbck commented on GitHub (Sep 21, 2024):
Added to dev!