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

Commit a4c0b8e

Browse files
committed
number of chats completed
1 parent 73bd511 commit a4c0b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/llamaCPP.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,5 +1909,6 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
19091909
std::string pre_prompt;
19101910
int repeat_last_n;
19111911
bool caching_enabled;
1912+
std::atomic<int> no_of_chats = 0;
19121913
};
19131914
}; // namespace inferences

0 commit comments

Comments
 (0)