This commit is contained in:
Paul Gauthier 2023-11-08 10:20:12 -08:00
parent 867a0cc33f
commit 72f1c390a1
2 changed files with 15 additions and 1 deletions

View file

@ -31,6 +31,19 @@ Aider is unique in that it [works well with pre-existing, larger codebases](http
- [FAQ](https://aider.chat/docs/faq.html)
- [Discord](https://discord.gg/Tv2uQnR88V)
## New GPT-4 model with 128k context window
Aider supports OpenAI's new GPT-4 model that has the massive 128k context window.
[Early benchmark results](https://aider.chat/docs/benchmarks-1106.html)
seems to indicate that it is very fast and
a bit better at coding than previous GPT-4 models.
To use it, run aider like this:
```
aider --model gpt-4-1106-preview
```
## Getting started
See the

View file

@ -7,7 +7,8 @@ and there's a lot
of interest about their ability to code compared to the previous versions.
With that in mind, I've been benchmarking the new models.
Aider is an open source command line chat tool that lets you work with GPT to edit
[Aider](https://github.com/paul-gauthier/aider)
is an open source command line chat tool that lets you work with GPT to edit
code in your local git repo.
To do this, aider needs to be able to reliably recognize when GPT wants to edit
your source code,