mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Updated 3.5 vs 4
This commit is contained in:
parent
0a4a547c3d
commit
5a05370627
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -135,12 +135,12 @@ Evaluation is still needed to determine if `gpt-3.5-turbo-16k` can make use of a
|
|||
In practice, this means you can use aider to edit a set of source files
|
||||
that total up to these sizes:
|
||||
|
||||
| model | context size | max file size | max file size |
|
||||
| ----------------- | -- | -----| -- |
|
||||
| gpt-3.5-turbo | 4k tokens | 2k tokens | 8k bytes |
|
||||
| gpt-3.5-turbo-16k | 16k tokens | 8k tokens | 32k bytes |
|
||||
| gpt-4 | 8k tokens | 8k tokens | 32k bytes |
|
||||
| gpt-4-32k | 32k tokens | 32k tokens | 128k bytes |
|
||||
| model | edit format | context size | max file size | max file size |
|
||||
| ----------------- | -- | -- | -----| -- |
|
||||
| gpt-3.5-turbo | whole file | 4k tokens | 2k tokens | 8k bytes |
|
||||
| gpt-3.5-turbo-16k | whole file | 16k tokens | 8k tokens | 32k bytes |
|
||||
| gpt-4 | diffs | 8k tokens | 8k tokens | 32k bytes |
|
||||
| gpt-4-32k | diffs | 32k tokens | 32k tokens | 128k bytes |
|
||||
|
||||
|
||||
## Tips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue