From c4141a593c15d7e75419501aafc6cb330f751d8b Mon Sep 17 00:00:00 2001 From: HanishKVC Date: Sat, 1 Jun 2024 00:38:06 +0530 Subject: [PATCH] SimpleChat: Update main README wrt usage with server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975eced17..8680460aa 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Typically finetunes of the base models below are supported as well. [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. -[simplechat](./examples/server/public_simplechat) is a simple chat client, which can be used to chat with the model exposed using above web server, from a local web browser. +[simplechat](./examples/server/public_simplechat) is a simple chat client, which can be used to chat with the model exposed using above web server (use --path to point to simplechat), from a local web browser. **Bindings:**