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

Commit 5d50b53

Browse files
committed
bug fix: add regex to make gcc work
1 parent 13d19c2 commit 5d50b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/llamaCPP.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <chrono>
55
#include <cstring>
66
#include <thread>
7+
#include <regex>
8+
79
std::string create_return_json(const std::string &id, const std::string &model,
810
const std::string &content,
911
Json::Value finish_reason = Json::Value()) {

0 commit comments

Comments
 (0)