Fix the build error on Macbook

This commit is contained in:
FSSRepo 2023-05-09 21:03:14 -06:00
parent 9f4505a0c6
commit 9d641b0d36

View file

@ -737,7 +737,7 @@ int main(int argc, char ** argv) {
}
});
printf("llama.cpp HTTP Server Listening at http://%s:%i", hostname, port);
printf("llama.cpp HTTP Server Listening at http://%s:%i", hostname.c_str(), port);
// change hostname and port
svr.listen(hostname, port);