mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
copy
This commit is contained in:
parent
3a7998fdc6
commit
67f8d87347
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
@ -31,20 +31,19 @@ Aider is unique in that it lets you ask for changes to [pre-existing, larger cod
|
||||||
- [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 Turbo with 128k context window
|
## GPT-4 Turbo with 128k context and unified diffs
|
||||||
|
|
||||||
Aider supports OpenAI's new GPT-4 model that has the massive 128k context window.
|
Aider supports OpenAI's new GPT-4 model that has the massive 128k context window.
|
||||||
Early benchmark results
|
Benchmark results indicate that it is
|
||||||
indicate that it is
|
[very fast](https://aider.chat/docs/benchmarks-speed-1106.html),
|
||||||
[very fast](https://aider.chat/docs/benchmarks-speed-1106.html)
|
and a bit [better at coding](https://aider.chat/docs/benchmarks-1106.html) than previous GPT-4 models.
|
||||||
and a bit
|
|
||||||
[better at coding](https://aider.chat/docs/benchmarks-1106.html)
|
Aider now supports a [unified diffs editing format, which reduces GPT-4 Turbo's "lazy" coding](https://aider.chat/docs/unified-diffs.html)
|
||||||
than previous GPT-4 models.
|
|
||||||
|
|
||||||
To use it, run aider like this:
|
To use it, run aider like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
aider --model gpt-4-1106-preview
|
aider --4-turbo
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue