mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
dd9da6ef6a
commit
8a9005eed1
1 changed files with 3 additions and 1 deletions
|
@ -200,7 +200,8 @@ aider --models openrouter/
|
|||
In particular, Llama3 70B works well with aider, at low cost:
|
||||
|
||||
```
|
||||
# Llama3 70B instruct
|
||||
pip install aider-chat
|
||||
export OPENROUTER_API_KEY=<your-key-goes-here>
|
||||
aider --model openrouter/meta-llama/llama-3-70b-instruct
|
||||
```
|
||||
|
||||
|
@ -217,6 +218,7 @@ ollama pull <MODEL>
|
|||
ollama serve
|
||||
|
||||
# In another terminal window
|
||||
pip install aider-chat
|
||||
export OLLAMA_API_BASE=http://127.0.0.1:11434
|
||||
aider --model ollama/<MODEL>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue