This commit is contained in:
Timothy Jaeryang Baek 2024-11-12 15:32:49 -08:00
parent f10d0df490
commit 3a541460df

View File

@ -32,7 +32,7 @@
await Promise.all([
(async () => {
models.set(await getModels());
models.set(await getModels(localStorage.token));
})(),
(async () => {
knowledge.set(await getKnowledgeItems(localStorage.token));