Skip to content

Commit

Permalink
add pre prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun committed Nov 9, 2023
1 parent c1817e6 commit 1ec17e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/llamaCPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -2145,5 +2145,6 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
std::string user_prompt;
std::string ai_prompt;
std::string system_prompt;
std::string pre_prompt;
};
}; // namespace inferences

0 comments on commit 1ec17e9

Please sign in to comment.