From f7a88d40352e17c43d3f74382dec088ed230128a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 6 Jul 2024 21:16:56 -0300 Subject: [PATCH] copy --- README.md | 12 +++++++++--- aider/website/_includes/help.md | 2 ++ aider/website/docs/install/install.md | 2 +- aider/website/docs/troubleshooting.md | 2 -- .../docs/troubleshooting/token-limits.md | 4 ++++ aider/website/docs/usage.md | 19 ++++++++++++------- aider/website/index.md | 12 +++++++++--- 7 files changed, 37 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 92f326d11..3866274b2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ 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 can [connect to almost any LLM](https://aider.chat/docs/llms.html). -and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder V2. + +Aider works best with GPT-4o & Claude 3.5 Sonnet and can +[connect to almost any LLM](https://aider.chat/docs/llms.html). +

diff --git a/aider/website/_includes/help.md b/aider/website/_includes/help.md index 884d4ec99..3071e2c17 100644 --- a/aider/website/_includes/help.md +++ b/aider/website/_includes/help.md @@ -20,3 +20,5 @@ Models: gpt-4o with diff edit format, weak model gpt-3.5-turbo Git repo: .git with 243 files Repo-map: using 1024 tokens ``` + +{% include help-tip.md %} diff --git a/aider/website/docs/install/install.md b/aider/website/docs/install/install.md index a7f22a105..430fd3e16 100644 --- a/aider/website/docs/install/install.md +++ b/aider/website/docs/install/install.md @@ -62,7 +62,7 @@ once for your whole system. ## Working with other LLMs -Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to almost any LLM](https://aider.chat/docs/llms.html). +{% include works-best.md %} ## You are done! diff --git a/aider/website/docs/troubleshooting.md b/aider/website/docs/troubleshooting.md index 0bdbaf479..35deeba30 100644 --- a/aider/website/docs/troubleshooting.md +++ b/aider/website/docs/troubleshooting.md @@ -9,5 +9,3 @@ description: How to troubleshoot problems with aider and get help. Below are some approaches for troubleshooting problems with aider. {% include help.md %} - -{% include help-tip.md %} diff --git a/aider/website/docs/troubleshooting/token-limits.md b/aider/website/docs/troubleshooting/token-limits.md index e754cbfb6..95f817939 100644 --- a/aider/website/docs/troubleshooting/token-limits.md +++ b/aider/website/docs/troubleshooting/token-limits.md @@ -84,3 +84,7 @@ For serving local models, Try using aider without an API proxy server or directly with one of the recommended cloud APIs and see if your token limit problems resolve. + +## More help + +{% include help.md %} diff --git a/aider/website/docs/usage.md b/aider/website/docs/usage.md index 1ce263372..12a206236 100644 --- a/aider/website/docs/usage.md +++ b/aider/website/docs/usage.md @@ -65,14 +65,19 @@ relevant context from the rest of your repo. ## LLMs -Aider uses GPT-4o by default, but you can -[connect to many different LLMs](/docs/llms.html). -Claude 3.5 Sonnet also works very well with aider, -which you can use by running `aider --sonnet`. +{% include works-best.md %} -You can run `aider --model XXX` to launch aider with -a specific model. -Or, during your chat you can switch models with the in-chat +``` +# GPT-4o +$ aider --4o + +# Claude 3.5 Sonnet +$ auder --sonnet +``` + +Or you can run `aider --model XXX` to launch aider with +another model. +During your chat you can switch models with the in-chat `/model` command. ## Making changes diff --git a/aider/website/index.md b/aider/website/index.md index 488cab954..65085e44a 100644 --- a/aider/website/index.md +++ b/aider/website/index.md @@ -20,8 +20,14 @@ 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 can [connect to almost any LLM](https://aider.chat/docs/llms.html). -and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder V2. + +Aider works best with GPT-4o & Claude 3.5 Sonnet and can +[connect to almost any LLM](https://aider.chat/docs/llms.html). +