Rephrase README.md server doc

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Pierrick Hymbert 2024-02-25 21:23:19 +01:00 committed by GitHub
parent 18239fa7fb
commit 1294debdc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:**