Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8edf8ae

Browse files
committed
sleep for 0.5s
1 parent d51089a commit 8edf8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void llamaCPP::chatCompletion(
303303
break;
304304
} else {
305305
std::this_thread::sleep_for(
306-
std::chrono::milliseconds(100)); // Sleep for 500 milliseconds
306+
std::chrono::milliseconds(500)); // Sleep for 500 milliseconds
307307
}
308308
}
309309
} else {

0 commit comments

Comments
 (0)