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