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

Commit 6e8007a

Browse files
committed
attempt fix build error
1 parent bb7dedd commit 6e8007a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ append_to_generated_text_from_generated_token_probs(llama_server_context &llama,
25112511
using namespace drogon;
25122512

25132513
namespace inferences {
2514-
class llamaCPP : public drogon::HttpController<llamaCPP>, public ChatProvider {
2514+
class llamaCPP : public ChatProvider, public drogon::HttpController<llamaCPP> {
25152515
public:
25162516
llamaCPP();
25172517
~llamaCPP();

0 commit comments

Comments
 (0)