mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
91fed81c31
commit
6a5f3e6bc5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ The GPT-3.5 models are limited to editing somewhat smaller codebases.
|
|||
They are less able to follow instructions for
|
||||
returning code edits in a compact format,
|
||||
so aider has
|
||||
and ask GPT-3.5 to return a full copy of any code that needs to be edited.
|
||||
to ask GPT-3.5 to return a full copy of any code that needs to be edited.
|
||||
This rapidly uses up the context window.
|
||||
In practice, this means you can only use `gpt-3.5-turbo` to edit files that are
|
||||
smaller than about 2k tokens (8k bytes).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue