This commit is contained in:
Timothy J. Baek 2024-04-17 15:22:21 -05:00
parent 375056f8dc
commit 9dad7e7c9a

View file

@ -106,6 +106,7 @@
// IndexedDB Not Found
}
await models.set(await getModels());
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
await modelfiles.set(await getModelfiles(localStorage.token));