Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
1fa3bf67
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "36d8442c928d96116541babff24687519d91ade2"
Commit
1fa3bf67
authored
Apr 14, 2024
by
Timothy J. Baek
Browse files
fix: semi-lazy load
parent
0d3ce18a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/routes/(app)/+layout.svelte
src/routes/(app)/+layout.svelte
+0
-5
No files found.
src/routes/(app)/+layout.svelte
View file @
1fa3bf67
...
@@ -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));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment