mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
copy
This commit is contained in:
parent
867a0cc33f
commit
72f1c390a1
2 changed files with 15 additions and 1 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue