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] 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