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

Commit ac5dd44

Browse files
authored
Update llamaCPP.cc
1 parent 7d784c8 commit ac5dd44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ void llamaCPP::chatCompletion(
160160

161161
const auto &jsonBody = req->getJsonObject();
162162
std::string formatted_output = pre_prompt;
163-
163+
#ifdef DEBUG
164+
LOG_INFO << "Current completion text";
165+
LOG_INFO << formatted_output ;
166+
#endif
164167
json data;
165168
json stopWords;
166169
// To set default value

0 commit comments

Comments
 (0)