Skip to content

Commit 9514629

Browse files
committed
fix(compilation): initializating order
1 parent eae383c commit 9514629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ac-local-plugin/example/ep-run.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ int main() try {
4949

5050
auto result = llama.call<schema::StateInstance::OpRun>({
5151
.prompt = prompt,
52-
.maxTokens = 20,
53-
.antiprompts = antiprompts
52+
.antiprompts = antiprompts,
53+
.maxTokens = 20
5454
});
5555

5656
std::cout << "Prompt: " << prompt << "\n";

0 commit comments

Comments
 (0)