Update llms.md

This commit is contained in:
paul-gauthier 2024-04-22 17:09:12 -07:00 committed by GitHub
parent e2de881fb1
commit 0df552ab10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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+**: