Skip to content

Commit a2fdf42

Browse files
refactor: address review feedback from ngxson
1 parent 77cce20 commit a2fdf42

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
@@ -3427,7 +3427,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
34273427
"- none: leaves thoughts unparsed in `message.content`\n"
34283428
"- deepseek: puts thoughts in `message.reasoning_content`\n"
34293429
"- deepseek-legacy: keeps `<think>` tags in `message.content` while also populating `message.reasoning_content`\n"
3430-
"(default: deepseek)",
3430+
"(default: auto)",
34313431
[](common_params & params, const std::string & value) {
34323432
params.reasoning_format = common_reasoning_format_from_name(value);
34333433
}

0 commit comments

Comments
 (0)