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

Commit f9eeb77

Browse files
authored
Update llamaCPP.cc - hotfix redundant part
1 parent 7e1406c commit f9eeb77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ void llamaCPP::chatCompletion(
342342
} else {
343343
Json::Value respData;
344344
auto resp = nitro_utils::nitroHttpResponse();
345-
respData["testing"] = "thunghiem value moi";
346345
if (!json_value(data, "stream", false)) {
347346
std::string completion_text;
348347
task_result result = llama.next_result(task_id);

0 commit comments

Comments
 (0)