This commit is contained in:
Paul Gauthier 2024-09-20 11:05:33 -07:00
parent e6037140be
commit 51017d7a5b

View file

@ -29,7 +29,7 @@ It achieved this result with the
where the LLM returns a full copy of the source code file with changes.
It is much more practical to use aider's
["diff" edit format](/docs/leaderboards/#notes-on-the-edit-format).
["diff" edit format](/docs/leaderboards/#notes-on-the-edit-format),
which allows the LLM to return search/replace blocks to
efficiently edit the source code.
This saves significant time and token costs.