Skip to content

Commit 0917e0a

Browse files
author
Olivier Chafik
committed
fix --think arg env
1 parent 39b50c3 commit 0917e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
19831983
[](common_params & params) {
19841984
params.think = true;
19851985
}
1986-
).set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_MAIN}).set_env("LLAMA_ARG_JINJA"));
1986+
).set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_MAIN}).set_env("LLAMA_ARG_THINK"));
19871987
add_opt(common_arg(
19881988
{"--chat-template"}, "JINJA_TEMPLATE",
19891989
string_format(

0 commit comments

Comments
 (0)