mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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)
|
- [FAQ](https://aider.chat/docs/faq.html)
|
||||||
- [Discord](https://discord.gg/Tv2uQnR88V)
|
- [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
|
## Getting started
|
||||||
|
|
||||||
See the
|
See the
|
||||||
|
|
|
@ -7,7 +7,8 @@ and there's a lot
|
||||||
of interest about their ability to code compared to the previous versions.
|
of interest about their ability to code compared to the previous versions.
|
||||||
With that in mind, I've been benchmarking the new models.
|
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.
|
code in your local git repo.
|
||||||
To do this, aider needs to be able to reliably recognize when GPT wants to edit
|
To do this, aider needs to be able to reliably recognize when GPT wants to edit
|
||||||
your source code,
|
your source code,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue