mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix
This commit is contained in:
parent
375056f8dc
commit
9dad7e7c9a
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user