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

Commit 1ec17e9

Browse files
committed
add pre prompt
1 parent c1817e6 commit 1ec17e9

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
@@ -2145,5 +2145,6 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
21452145
std::string user_prompt;
21462146
std::string ai_prompt;
21472147
std::string system_prompt;
2148+
std::string pre_prompt;
21482149
};
21492150
}; // namespace inferences

0 commit comments

Comments
 (0)