mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: model create
This commit is contained in:
@@ -108,9 +108,9 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
await models.set(await getModels(localStorage.token));
|
||||||
toast.success('Model created successfully!');
|
toast.success('Model created successfully!');
|
||||||
await goto('/workspace/models');
|
await goto('/workspace/models');
|
||||||
await models.set(await getModels(localStorage.token));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user