Skip to content

Commit 111381f

Browse files
refactor: address review feedback from ngxson
1 parent 3044e8f commit 111381f

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

0 commit comments

Comments
 (0)