diff --git a/README.md b/README.md index 44ad47c..6ca4cd0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Run the NOMYO Router in a dedicated virtual environment, install the requirement ``` python3 -m venv .venv/router source .venv/router/bin/activate -pip3 install requirements.txt -r +pip3 install -r requirements.txt ``` finally you can diff --git a/static/index.html b/static/index.html index 8237c79..1a0a91e 100644 --- a/static/index.html +++ b/static/index.html @@ -1,338 +1,606 @@ - + - - -NOMYO Router Dashboard - - - - -

Router Dashboard

+ + + NOMYO Router Dashboard + + + + +

Router Dashboard

- - - -
ModelDigest
Loading…
- + - -
-

Running Models (PS)

- - - - - - - - - - - -
ModelParamsQuantCtxDigest
Loading…
+
+ +
+
+

+ Available Models (Tags) +

+
+ + + + +
+
- -
-
-
+ + + + + + + + + + + + +
ModelDigest
Loading…
+
-

Configured Endpoints

- - - - - - - - - -
EndpointStatusVersion
Loading…
+ +
+

Running Models (PS)

+ + + + + + + + + + + + + + + +
ModelParamsQuantCtxDigest
Loading…
- + /* ---------- Init ---------- */ + window.addEventListener("load", () => { + loadEndpoints(); + loadTags(); + loadPS(); + loadUsage(); + setInterval(loadPS, 60_000); + setInterval(loadEndpoints, 300_000); + }); + - - - \ No newline at end of file + + +