From 347f75f804007fa293fb1b60e3275ced0e588747 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 24 Feb 2025 17:23:14 -0800 Subject: [PATCH] copy --- aider/website/_data/polyglot_leaderboard.yml | 2 +- aider/website/docs/llms/anthropic.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/aider/website/_data/polyglot_leaderboard.yml b/aider/website/_data/polyglot_leaderboard.yml index 6d23adec3..93ff5e17c 100644 --- a/aider/website/_data/polyglot_leaderboard.yml +++ b/aider/website/_data/polyglot_leaderboard.yml @@ -617,7 +617,7 @@ exhausted_context_windows: 0 test_timeouts: 1 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 versions: 0.75.1.dev seconds_per_case: 105.2 diff --git a/aider/website/docs/llms/anthropic.md b/aider/website/docs/llms/anthropic.md index c19e45542..c4c65c981 100644 --- a/aider/website/docs/llms/anthropic.md +++ b/aider/website/docs/llms/anthropic.md @@ -42,10 +42,11 @@ you could do `aider --model claude-3-opus-20240229`. ## Thinking tokens -Aider can work with Sonnet 3.7's new thinking tokens, but it currently requires manual configuration. -More streamlined support will be coming soon. +Aider can work with Sonnet 3.7's new thinking tokens, but does not ask Sonnet to use +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). 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 ``` +More streamlined support will be coming soon.