mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
docs: improve deprecation warning message for remove_reasoning setting
This commit is contained in:
parent
c1bc6e161e
commit
804a2d1af9
1 changed files with 3 additions and 1 deletions
|
@ -775,7 +775,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
|
|
||||||
# Check if deprecated remove_reasoning is set
|
# Check if deprecated remove_reasoning is set
|
||||||
if main_model.remove_reasoning is not None:
|
if main_model.remove_reasoning is not None:
|
||||||
io.tool_warning("'remove_reasoning' is deprecated, please use 'reasoning_tag' instead.")
|
io.tool_warning(
|
||||||
|
"Model setting 'remove_reasoning' is deprecated, please use 'reasoning_tag' instead."
|
||||||
|
)
|
||||||
|
|
||||||
# Set reasoning effort if specified
|
# Set reasoning effort if specified
|
||||||
if args.reasoning_effort is not None:
|
if args.reasoning_effort is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue