mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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) {
|
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));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue