mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: model create
This commit is contained in:
parent
f1855f5208
commit
32a8884c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,9 +108,9 @@
|
|||
});
|
||||
|
||||
if (res) {
|
||||
await models.set(await getModels(localStorage.token));
|
||||
toast.success('Model created successfully!');
|
||||
await goto('/workspace/models');
|
||||
await models.set(await getModels(localStorage.token));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue