From a5282b157ed4c2b7c8abe9fd0a5a8df336ce7262 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:32:20 -0700 Subject: [PATCH 1/2] Update llms.md --- docs/llms.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/llms.md b/docs/llms.md index 453440a3d..92a89d73b 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -3,7 +3,7 @@ [![connecting to many LLMs](/assets/llms.jpg)](https://aider.chat/assets/llms.jpg) -Aider works best with [GPT-4 Turbo](#openai) and [Claude 3 Opus](#anthropic), +**Aider works best with [GPT-4 Turbo](#openai) and [Claude 3 Opus](#anthropic),** as they are the very best models for editing code. Aider also works quite well with [GPT-3.5](#openai). @@ -19,6 +19,10 @@ For example, GPT-3.5 is just barely capable of reliably *editing code* to provid interactive "pair programming" style workflow. So you should expect that models which are less capable than GPT-3.5 may struggle to perform well with aider. +Aider uses the LiteLLM package to connect to LLM providers. +The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers). +contain more detail on the supported providers, their models and any required environment variables. + ## Configuring models - [OpenAI](#openai) From da24b2059789041e912d3d6b863b209edf4c7adf Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:33:11 -0700 Subject: [PATCH 2/2] Update llms.md --- docs/llms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llms.md b/docs/llms.md index 92a89d73b..880f77158 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -20,7 +20,7 @@ interactive "pair programming" style workflow. So you should expect that models which are less capable than GPT-3.5 may struggle to perform well with aider. Aider uses the LiteLLM package to connect to LLM providers. -The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers). +The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers) contain more detail on the supported providers, their models and any required environment variables. ## Configuring models