mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
28004bae2f
commit
f9ef161991
2 changed files with 4 additions and 13 deletions
|
@ -20,3 +20,7 @@ aider --model lm_studio/<your-model-name>
|
|||
```
|
||||
|
||||
|
||||
|
||||
See the [model warnings](warnings.html)
|
||||
section for information on warnings which will occur
|
||||
when working with models that aider is not familiar with.
|
||||
|
|
|
@ -23,19 +23,6 @@ setx OLLAMA_API_BASE http://127.0.0.1:11434 # Windows, restart shell after set
|
|||
aider --model ollama/<model>
|
||||
```
|
||||
|
||||
In particular, `llama3:70b` works well with aider:
|
||||
|
||||
|
||||
```
|
||||
ollama pull llama3:70b
|
||||
ollama serve
|
||||
|
||||
# In another terminal window...
|
||||
export OLLAMA_API_BASE=http://127.0.0.1:11434 # Mac/Linux
|
||||
setx OLLAMA_API_BASE http://127.0.0.1:11434 # Windows, restart shell after setx
|
||||
|
||||
aider --model ollama/llama3:70b
|
||||
```
|
||||
|
||||
See the [model warnings](warnings.html)
|
||||
section for information on warnings which will occur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue