diff --git a/docs/llms.md b/docs/llms.md index f60ca47ec..dad55f427 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -29,10 +29,6 @@ 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) @@ -47,6 +43,11 @@ contain more detail on the supported providers, their models and any required en - [Model warnings](#model-warnings) - [Editing format](#editing-format) +Aider uses the LiteLLM package to connect to LLM providers. +The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers) +contain more detail on all the supported providers, +their models and any required environment variables. + ## OpenAI To work with OpenAI's models, you need to provide your