mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: update models after deleting model info
This commit is contained in:
parent
02a4412dfc
commit
fa6e21f5e0
1 changed files with 1 additions and 0 deletions
|
|
@ -551,6 +551,7 @@
|
|||
toast.success(
|
||||
$i18n.t('Model info for {{modelName}} deleted successfully', { modelName: selectedModelId })
|
||||
);
|
||||
models.set(await getModels());
|
||||
};
|
||||
|
||||
const toggleIsVisionCapable = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue