mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Update llms.md
This commit is contained in:
parent
e2de881fb1
commit
0df552ab10
1 changed files with 2 additions and 1 deletions
|
@ -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+**:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue