This commit is contained in:
Timothy Jaeryang Baek 2025-01-05 01:18:30 -08:00
parent f4a595db11
commit 71bbdf25c6

View File

@ -128,7 +128,7 @@
await toggleModelById(localStorage.token, model.id);
}
await init();
// await init();
_models.set(await getModels(localStorage.token));
};