mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-08 11:24:14 +00:00
updated to run with lollms not lollms-webui
This commit is contained in:
parent
45a45ca621
commit
501d7a456d
@ -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"<<std::endl;
|
||||
// Wait for the connection to be established before sending events
|
||||
while (!client.getClient().opened())
|
||||
|
Loading…
x
Reference in New Issue
Block a user