mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Update llms.md
This commit is contained in:
parent
cf266b4bf2
commit
08f8c8c0f5
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ for more details.
|
|||
Aider uses 3 different "edit formats" to collect code edits from different LLMs:
|
||||
|
||||
- `whole` is a "whole file" editing format, where the model edits a file by returning a full new copy of the file with any changes included.
|
||||
- `diff` is a more efficient diff style format, where the model specified blocks of code to search and replace in order to made changes to files.
|
||||
- `diff` is a more efficient diff style format, where the model specifies blocks of code to search and replace in order to made changes to files.
|
||||
- `udiff` is the most efficient editing format, where the model returns unified diffs to apply changes to the file.
|
||||
|
||||
Different models work best with different editing formats.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue