mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
Improved support for gpt-3.5-turbo-16k
This commit is contained in:
parent
e468763c7d
commit
25a28e6f9c
5 changed files with 19 additions and 20 deletions
|
@ -59,8 +59,8 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa
|
|||
## GPT-4 vs GPT-3.5
|
||||
|
||||
Aider now supports the brand new `gpt-3.5-turbo-16k` model.
|
||||
You'll need to pull the latest build from GitHub for that to work.
|
||||
For now, it just treats it like 3.5 with a bigger context window
|
||||
To use it, pull the latest build from GitHub and run `aider -3`.
|
||||
For now, aider just treats it like 3.5 with a bigger context window
|
||||
(repo maps are disabled and it does not try and use a diff based output format).
|
||||
|
||||
Aider supports `gpt-4`, `gpt-3.5-turbo` and `gpt-4-32k`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue