This commit is contained in:
Paul Gauthier 2025-02-24 17:23:14 -08:00
parent 4005ced505
commit 347f75f804
2 changed files with 6 additions and 4 deletions

View file

@ -617,7 +617,7 @@
exhausted_context_windows: 0 exhausted_context_windows: 0
test_timeouts: 1 test_timeouts: 1
total_tests: 225 total_tests: 225
command: aider --model anthropic/claude-3-7-sonnet-20250219 command: aider --model anthropic/claude-3-7-sonnet-20250219 # plus yml config
date: 2025-02-24 date: 2025-02-24
versions: 0.75.1.dev versions: 0.75.1.dev
seconds_per_case: 105.2 seconds_per_case: 105.2

View file

@ -42,10 +42,11 @@ you could do `aider --model claude-3-opus-20240229`.
## Thinking tokens ## Thinking tokens
Aider can work with Sonnet 3.7's new thinking tokens, but it currently requires manual configuration. Aider can work with Sonnet 3.7's new thinking tokens, but does not ask Sonnet to use
More streamlined support will be coming soon. thinking tokens by default.
For now, you need to add the following to your `.aider.model.settings.yml` Enabling thinking currently requires manual configuration.
You need to add the following to your `.aider.model.settings.yml`
[model settings file](http://127.0.0.1:4000/docs/config/adv-model-settings.html#model-settings). [model settings file](http://127.0.0.1:4000/docs/config/adv-model-settings.html#model-settings).
Adjust the `budget_tokens` value to change the target number of thinking tokens. Adjust the `budget_tokens` value to change the target number of thinking tokens.
@ -68,3 +69,4 @@ Adjust the `budget_tokens` value to change the target number of thinking tokens.
editor_edit_format: editor-diff editor_edit_format: editor-diff
``` ```
More streamlined support will be coming soon.