mirror of
https://github.com/open-webui/open-webui
synced 2025-02-22 13:18:25 +00:00
fix: semi-lazy load
This commit is contained in:
parent
0d3ce18a61
commit
1fa3bf6793
@ -106,11 +106,6 @@
|
|||||||
// IndexedDB Not Found
|
// IndexedDB Not Found
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log();
|
|
||||||
|
|
||||||
await models.set(await getModels());
|
|
||||||
await tick();
|
|
||||||
|
|
||||||
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
|
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
|
||||||
|
|
||||||
await modelfiles.set(await getModelfiles(localStorage.token));
|
await modelfiles.set(await getModelfiles(localStorage.token));
|
||||||
|
Loading…
Reference in New Issue
Block a user