File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -803,11 +803,14 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
803
803
action = "store_true" ,
804
804
default = False ,
805
805
help =
806
- "[DEPRECATED] Use --reasoning-parser instead. " \
806
+ "[DEPRECATED] " \
807
+ "The --enable-reasoning flag is deprecated as of v0.8.6. "
808
+ "Use --reasoning-parser to specify " \
809
+ "the reasoning parser backend instead. "
810
+ "This flag (--enable-reasoning) will be " \
811
+ "removed in a future version. "
807
812
"When --reasoning-parser is specified, " \
808
- "it is automatically set to True. "
809
- "Whether to enable reasoning_content for the model. "
810
- "If enabled, the model will be able to generate reasoning content."
813
+ "reasoning mode is automatically enabled."
811
814
)
812
815
813
816
return parser
You can’t perform that action at this time.
0 commit comments