mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
chore: add comment about moving reasoning effort to Model class
This commit is contained in:
parent
e92ab55da6
commit
d6e57dd194
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
# add --reasoning-effort cli param
|
||||
if args.reasoning_effort is not None:
|
||||
# move this into a Model.set_reasoning_effort() method. ai!
|
||||
if not getattr(main_model, "extra_params", None):
|
||||
main_model.extra_params = {}
|
||||
if "extra_body" not in main_model.extra_params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue