From 9aa1457066230a28ed6d62ccfa6533b2dd01dadf Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Fri, 23 Feb 2024 10:00:02 +0000 Subject: [PATCH] Update README.md --- examples/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index be7532775..9e6433bf1 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -3,7 +3,7 @@ This example demonstrates a simple HTTP API server and a simple web front end to interact with llama.cpp. It is set only to run on the local machine using http://127.0.0.1:8080 but it can serve a local network or a public network if the router allows port forwarding. To make the server accessible to other machines on the local or public network change the server username to '0.0.0.0'. -It will then run on http://0.0.0.0:8080 and to access the server on the host machine the url must be http://:8080 +It will then run on http://0.0.0.0:8080 and to access the server on the host machine the url must be http://IPaddress:8080 So for example http://192.168.1.42:8080 will have the same effect as localhost:8080 when the servername is 127.0.0.1 Command line options: