forked from open-webui/open-webui
fix: semi-lazy load
This commit is contained in:
parent
0d3ce18a61
commit
1fa3bf6793
1 changed files with 0 additions and 5 deletions
|
@ -106,11 +106,6 @@
|
|||
// IndexedDB Not Found
|
||||
}
|
||||
|
||||
console.log();
|
||||
|
||||
await models.set(await getModels());
|
||||
await tick();
|
||||
|
||||
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
|
||||
|
||||
await modelfiles.set(await getModelfiles(localStorage.token));
|
||||
|
|
Loading…
Reference in a new issue