From 51017d7a5b2adf4ba1f788bced6406e6571218ff Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Sep 2024 11:05:33 -0700 Subject: [PATCH] copy --- aider/website/_posts/2024-09-12-o1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_posts/2024-09-12-o1.md b/aider/website/_posts/2024-09-12-o1.md index 06ab7bf61..99dd6c513 100644 --- a/aider/website/_posts/2024-09-12-o1.md +++ b/aider/website/_posts/2024-09-12-o1.md @@ -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.