From a6b2e930d812ccecd7f1d3231937c1fef412f8ec Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Wed, 18 Jun 2025 11:47:08 -0700 Subject: [PATCH] Update README.md [skip ci] --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index da3a7db..ebfa843 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Written in golang, it is very easy to install (single binary with no dependencie - `v1/audio/speech` ([#36](https://github.com/mostlygeek/llama-swap/issues/36)) - `v1/audio/transcriptions` ([docs](https://github.com/mostlygeek/llama-swap/issues/41#issuecomment-2722637867)) - ✅ llama-swap custom API endpoints + - `/ui` - web UI - `/log` - remote log monitoring - `/upstream/:model_id` - direct access to upstream HTTP server ([demo](https://github.com/mostlygeek/llama-swap/pull/31)) - `/unload` - manually unload running models ([#58](https://github.com/mostlygeek/llama-swap/issues/58)) @@ -67,6 +68,14 @@ However, there are many more capabilities that llama-swap supports: See the [configuration documentation](https://github.com/mostlygeek/llama-swap/wiki/Configuration) in the wiki all options and examples. +## Web UI + +llama-swap ships with a web based interface to make it easier to monitor logs and check the status of models. + +image + + + ## Docker Install ([download images](https://github.com/mostlygeek/llama-swap/pkgs/container/llama-swap)) Docker is the quickest way to try out llama-swap: