From 6623110fb0a1554c980d808dbc38bbc5bf50c25c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 20 Jun 2024 14:12:51 -0700 Subject: [PATCH] Updated --sonnet to use Claude 3.5 Sonnet --- README.md | 4 ++-- aider/args.py | 16 +++++++++------- website/assets/sample.aider.conf.yml | 2 +- website/assets/sample.env | 2 +- website/docs/aider_conf.md | 2 +- website/docs/dotenv.md | 2 +- website/docs/llms.md | 4 ++-- website/docs/llms/anthropic.md | 2 +- website/docs/options.md | 2 +- website/index.md | 4 ++-- 10 files changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6c30587c5..d750ae543 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing git repo. -Aider works best with GPT-4o and Claude 3 Opus -and can [connect to almost any LLM](https://aider.chat/docs/llms.html). +Aider can [connect to almost any LLM](https://aider.chat/docs/llms.html). +and works best with GPT-4o, Claude 3.5 Sonnet and Claude 3 Opus.

# Windows # Claude 3 Opus aider --opus -# Claude 3 Sonnet +# Claude 3.5 Sonnet aider --sonnet # List models available from Anthropic diff --git a/website/docs/options.md b/website/docs/options.md index 300330894..a71d3f00c 100644 --- a/website/docs/options.md +++ b/website/docs/options.md @@ -75,7 +75,7 @@ Use claude-3-opus-20240229 model for the main chat Environment variable: `AIDER_OPUS` ### `--sonnet` -Use claude-3-sonnet-20240229 model for the main chat +Use claude-3-5-sonnet-20240620 model for the main chat Environment variable: `AIDER_SONNET` ### `--4` diff --git a/website/index.md b/website/index.md index 0a362d291..98a08a5b0 100644 --- a/website/index.md +++ b/website/index.md @@ -20,8 +20,8 @@ cog.out(text) Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing git repo. -Aider works best with GPT-4o and Claude 3 Opus -and can [connect to almost any LLM](https://aider.chat/docs/llms.html). +Aider can [connect to almost any LLM](https://aider.chat/docs/llms.html). +and works best with GPT-4o, Claude 3.5 Sonnet and Claude 3 Opus.