From aedb64047155b37483e82e7f133fc09f30ba8715 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 27 Feb 2026 23:40:31 -0800 Subject: [PATCH] Enhance web UI section in README Updated README to enhance the description of the web interface and added details about features like token metrics, request inspection, model management, and real-time log streaming. --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fb40998..82356815 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,25 @@ Built in Go for performance and simplicity, llama-swap has zero dependencies and ### Web UI -llama-swap includes a real time web interface for monitoring logs and controlling models: +llama-swap includes a real time web interface with a playground for testing out all sorts of local models: -image +image -The Activity Page shows recent requests: +View detailed token metrics: -image +image + +Inspect request and responses: + +image + +Manually load and unload models: + +image + +Real time log streaming: + +image ## Installation