This commit is contained in:
Paul Gauthier 2023-10-20 10:15:35 -07:00
parent 458f1fb872
commit fed7e9b408

View file

@ -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