feat: complete UI/UX Rework into Sleek Glassmorphic AI OS (June 2026)

This commit is contained in:
Hitonabi
2026-06-25 22:18:51 +02:00
parent e1da5c797d
commit 6a8e55cc43
18 changed files with 2362 additions and 787 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def _ram_gb() -> float:
@router.get("/models")
def models() -> dict:
items = llamaswap.list_models()
return {"models": items, "count": len(items)}
return {"models": items, "count": len(items), "running": llamaswap.get_running_models()}
@router.get("/discover")