This commit is contained in:
Xuan Son Nguyen
2026-06-23 13:28:14 +02:00
parent 59797670dc
commit f7421eabe8
6 changed files with 20 additions and 73 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ struct cli_context {
// connect to --server-base or spawn a local llama-server child;
// argc/argv are needed to forward the server-relevant args to the child
bool init(int argc, char ** argv);
bool init();
// run the interactive chat loop, returns the process exit code
int run();