This commit is contained in:
Paul Gauthier 2023-06-06 10:51:33 -07:00
parent 9b4a6b7f49
commit f1a0db0475

View file

@ -124,6 +124,13 @@ to set many options. See `aider --help` for details.
* GPT can only see the content of the files you specifically "add to the chat". Aider also sends GPT-4 a [map of your entire git repo](https://aider.chat/docs/ctags.html). So GPT may ask to see additional files if it feels that's needed for your requests.
* I also shared some more [GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879).
## Testimonials
Folks seem to find aider pretty useful:
* "aider ... has easily quadrupled my coding productivity." -- [SOLAR_FIELDS](https://news.ycombinator.com/item?id=36212100)
* "What an amazing tool. It's incredible." -- [valyagolev](https://github.com/paul-gauthier/aider/issues/6#issue-1722897858)
## Limitations
You can only use `aider` to edit code that fits in the GPT context window.