mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Update llms.md
This commit is contained in:
parent
2b0bf472a5
commit
9971547e8f
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ Aider uses 3 different "edit formats" to collect code edits from different LLMs:
|
|||
- `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.
|
||||
Aider is configured to use the best edit format for all the popular OpenAI and Anthropic models.
|
||||
Aider is configured to use the best edit format for the popular OpenAI and Anthropic models and the other models recommended on this page.
|
||||
|
||||
For lesser known models aider will default to using the "whole" editing format.
|
||||
If you would like to experiment with the more advanced formats, you can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue