From c0a1269b7f1fdd013dc23b831b9c688c7fe8340f Mon Sep 17 00:00:00 2001 From: klosax <131523366+klosax@users.noreply.github.com> Date: Sat, 19 Aug 2023 15:27:37 +0200 Subject: [PATCH] Update examples/server/README.md Co-authored-by: slaren --- examples/server/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index ce2d2c9c6..4d97db2e4 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -54,7 +54,8 @@ To get started right away, run the following command, making sure to use the cor ### Windows: ```powershell - +server.exe -m models\7B\ggml-model.gguf -c 2048 +``` The above command will start a server that by default listens on `127.0.0.1:8080`. You can consume the endpoints with Postman or NodeJS with axios library. You can visit the web front end at the same url.