mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-23 04:54:59 +00:00
feat: add support for disabling thinking tokens with value 0
This commit is contained in:
parent
2df4beb6e9
commit
e91efda8fe
7 changed files with 25 additions and 11 deletions
|
@ -173,7 +173,7 @@ Set the reasoning_effort API parameter (default: not set)
|
|||
Environment variable: `AIDER_REASONING_EFFORT`
|
||||
|
||||
### `--thinking-tokens VALUE`
|
||||
Set the thinking token budget for models that support it (default: not set)
|
||||
Set the thinking token budget for models that support it. Use 0 to disable. (default: not set)
|
||||
Environment variable: `AIDER_THINKING_TOKENS`
|
||||
|
||||
### `--verify-ssl`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue