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

Commit a7a3818

Browse files
committed
chore: format code
1 parent 9bb11da commit a7a3818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ static void parse_options_completion(const json &body,
11881188
}
11891189

11901190
llama.params.antiprompt.clear();
1191-
ế mà mua chưa, e tính nhờ mua 2 hộp thể const auto &stop = body.find("stop");
1191+
const auto &stop = body.find("stop");
11921192
if (stop != body.end() && stop->is_array()) {
11931193
for (const auto &word : *stop) {
11941194
if (!word.empty()) {

0 commit comments

Comments
 (0)