From 175bb36fb19e5447cad3a06cf366aba96ada77e6 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 27 Feb 2026 23:42:40 -0800 Subject: [PATCH] Revise README description for clarity and detail Updated description to clarify compatibility and usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82356815..b7fbfcc9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # llama-swap -Run multiple LLM models on your machine and hot-swap between them as needed. llama-swap works with any OpenAI API-compatible server, giving you the flexibility to switch models without restarting your applications. +Run multiple generative AI models on your machine and hot-swap between them on demand. llama-swap works with any OpenAI and Anthropic API compatible server and is used by thousands of people to power their local AI workflows. Built in Go for performance and simplicity, llama-swap has zero dependencies and is incredibly easy to set up. Get started in minutes - just one binary and one configuration file.