From 501d7a456dd836899f90afb0593b3ab6819a9bdc Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 17 Sep 2023 17:53:23 +0200 Subject: [PATCH] updated to run with lollms not lollms-webui --- examples/cpp_client_example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp_client_example/main.cpp b/examples/cpp_client_example/main.cpp index 33771b4..5dd5015 100644 --- a/examples/cpp_client_example/main.cpp +++ b/examples/cpp_client_example/main.cpp @@ -196,7 +196,7 @@ int main() ASCIIColors::red("Lollms c++ Client V 1.0"); // Create a lollmsClient instance and connect to the server - lollmsClient client("http://localhost:9600"); + lollmsClient client("http://localhost:9601"); std::cout<<"Created"<