mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
458f1fb872
commit
fed7e9b408
1 changed files with 11 additions and 3 deletions
|
@ -41,7 +41,12 @@ help humans search and navigate large codebases.
|
|||
Aider now uses it to help GPT better comprehend, navigate
|
||||
and edit code in larger repos.
|
||||
|
||||
*To code with GPT-4 using the techniques discussed here, just install [aider](https://aider.chat/docs/install.html).*
|
||||
*To code with GPT-4 using the techniques discussed here, just install aider
|
||||
from the main branch of the github repo:*
|
||||
|
||||
```
|
||||
python -m pip install git+https://github.com/paul-gauthier/aider.git
|
||||
```
|
||||
|
||||
## The problem: code context
|
||||
|
||||
|
@ -212,9 +217,12 @@ which parts of the code will need changes.
|
|||
|
||||
## Try it out
|
||||
|
||||
To code with GPT-4 using the techniques discussed here,
|
||||
just install [aider](https://aider.chat/docs/install.html).
|
||||
*To code with GPT-4 using the techniques discussed here, just install aider
|
||||
from the main branch of the github repo:*
|
||||
|
||||
```
|
||||
python -m pip install git+https://github.com/paul-gauthier/aider.git
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue