From 1294debdc50106ee7e51a579225ce0149b28ea1d Mon Sep 17 00:00:00 2001 From: Pierrick Hymbert Date: Sun, 25 Feb 2024 21:23:19 +0100 Subject: [PATCH] Rephrase README.md server doc Co-authored-by: Georgi Gerganov --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3067004c0..d0af5d0b9 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,7 @@ Typically finetunes of the base models below are supported as well. **HTTP server** -We offer a fast, lightweight [OpenAI API](https://github.com/openai/openai-openapi) compatible HTTP server. - -[LLaMA.cpp web server](./examples/server) can be used to serve local models and easily connect them to existing clients. +[llama.cpp web server](./examples/server) is a lightweight [OpenAI API](https://github.com/openai/openai-openapi) compatible HTTP server that can be used to serve local models and easily connect them to existing clients. **Bindings:**