Improved support for gpt-3.5-turbo-16k

This commit is contained in:
Paul Gauthier 2023-06-13 12:19:56 -07:00
parent e468763c7d
commit 25a28e6f9c
5 changed files with 19 additions and 20 deletions

View file

@ -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`.