feat: arena models

This commit is contained in:
Timothy J. Baek
2024-10-22 03:16:48 -07:00
parent ee16177924
commit 9f285fb2fb
29 changed files with 974 additions and 43 deletions

View File

@@ -243,7 +243,7 @@
onMount(async () => {
// Legacy code to sync localModelfiles with models
_models = $models;
_models = $models.filter((m) => m?.owned_by !== 'arena');
localModelfiles = JSON.parse(localStorage.getItem('modelfiles') ?? '[]');
if (localModelfiles) {