fix: semi-lazy load

This commit is contained in:
Timothy J. Baek 2024-04-14 15:44:19 -04:00
parent 0d3ce18a61
commit 1fa3bf6793

View file

@ -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));