"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "11e0aaa32f28fd18d1e74e4170f5d82fb8850a94"
Commit 1fa3bf67 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: semi-lazy load

parent 0d3ce18a
...@@ -106,11 +106,6 @@ ...@@ -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));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment