From 6ee4b18488de5448442875f30e5fe8fdfe687ae4 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:43:31 -0700 Subject: [PATCH] Update llms.md --- docs/llms.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/llms.md b/docs/llms.md index 11b1a3fec..4ce9ea25d 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -16,6 +16,8 @@ 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. +## Providers + - [OpenAI](#openai) - [Anthropic](#anthropic) - [Cohere](#cohere)