From 0df552ab10c191e20f74174f432b9b50f186aec0 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:09:12 -0700 Subject: [PATCH] Update llms.md --- docs/llms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/llms.md b/docs/llms.md index 7643bdb8e..4bea091aa 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -88,7 +88,7 @@ you could do `aider --model claude-3-opus-20240229`. Groq currently offers *free* API access to the models they host. The Llama 3 70B model works well with aider and is comparable to GPT-3.5 in code editing performance. - +You'll need a [Groq API key](https://console.groq.com/keys). To use **Llama3 70B**: @@ -102,6 +102,7 @@ aider --model groq/llama3-70b-8192 Cohere offers *free* API access to their models. Their Command-R+ model works well with aider as a *very basic* coding assistant. +You'll need a [Cohere API key](https://dashboard.cohere.com/welcome/login). To use **Command-R+**: