Skip to content

Commit

Permalink
Merge pull request #241 from janhq/hotfix-logging-issues
Browse files Browse the repository at this point in the history
logging issue hotfix
  • Loading branch information
tikikun authored Dec 8, 2023
2 parents 4ea34f2 + 4f5f11e commit 531a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/llamaCPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
public:
llamaCPP() {
// Some default values for now below
// log_disable(); // Disable the log to file feature, reduce bloat for
log_disable(); // Disable the log to file feature, reduce bloat for
// target
// system ()
std::vector<std::string> llama_models =
Expand Down

0 comments on commit 531a713

Please sign in to comment.