From a23355a217b1bd244731dd20de5fd78fb9c4c7e5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 10 Jul 2024 19:44:21 +0100 Subject: [PATCH] copy --- README.md | 3 +-- aider/website/index.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c468f189..ecca0e9f2 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,7 @@ for more details. - Aider will edit your files to complete your request. - Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... -- Aider works best with GPT-4o and Claude 3 Opus -and can [connect to almost any LLM](https://aider.chat/docs/llms.html). +- Aider works best with GPT-4o & Claude 3.5 Sonnet and can [connect to almost any LLM](https://aider.chat/docs/llms.html). - Aider can edit multiple files at once for complex requests. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases. - Edit files in your editor while chatting with aider, diff --git a/aider/website/index.md b/aider/website/index.md index 4b32f6dc6..34a95d47a 100644 --- a/aider/website/index.md +++ b/aider/website/index.md @@ -82,8 +82,7 @@ for more details. - Aider will edit your files to complete your request. - Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... -- Aider works best with GPT-4o and Claude 3 Opus -and can [connect to almost any LLM](https://aider.chat/docs/llms.html). +- Aider works best with GPT-4o & Claude 3.5 Sonnet and can [connect to almost any LLM](https://aider.chat/docs/llms.html). - Aider can edit multiple files at once for complex requests. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases. - Edit files in your editor while chatting with aider,