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.