From a81a25d51eafc7d1bb41afbfacf5a57f36261041 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 20 Apr 2024 16:56:39 -0700 Subject: [PATCH] copy --- docs/llms.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/llms.md b/docs/llms.md index f2b139f0c..5a6104372 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -59,6 +59,9 @@ you could do `aider --model claude-3-opus-20240229`. ## Cohere +Cohere offers *free* API access to their Command-R+ model, which works well with aider +as a *very basic* coding assistant. + To work with Cohere's models, you need to provide your [Cohere API key](https://dashboard.cohere.com/) in the `COHERE_API_KEY` environment variable.