mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac
This commit is contained in:
parent
f10d0df490
commit
3a541460df
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
(async () => {
|
(async () => {
|
||||||
models.set(await getModels());
|
models.set(await getModels(localStorage.token));
|
||||||
})(),
|
})(),
|
||||||
(async () => {
|
(async () => {
|
||||||
knowledge.set(await getKnowledgeItems(localStorage.token));
|
knowledge.set(await getKnowledgeItems(localStorage.token));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue