React/Vite app for the Rmcluster UI.
- Install dependencies:
npm install - Start dev server:
npm run dev
The dev server proxies API calls to http://127.0.0.1:4917.
Canonical OpenAPI spec: ../server/openapi/ui-api.yaml
Current frontend scope (leaderboard excluded):
GET /api/uiGET /api/ui/connect-infoPOST /api/v1/devices/registerPOST /api/v1/devices/{device_id}/keepaliveGET /api/ui/dashboardGET /api/ui/modelsGET /api/ui/models/search?q=...POST /api/ui/models/hfPOST /api/ui/models/localPOST /v1/chat/completionsPOST /api/ui/chats(chat initiated)POST /api/ui/chats/{chat_id}/events(messages sent/received)GET /api/ui/chats/{chat_id}