From f40d7edb5c054525e9ed0b19592a8454c98770f9 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:43:16 -0700 Subject: [PATCH] Update benchmarks.md --- docs/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 823545234..96281744f 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -7,7 +7,7 @@ I spend a lot of time trying to make aider better at this sort of chat driven AI so that user chat requests are more likely to result in effective changes to their codebase. Improving code editing involves tweaking and experimenting with -the "edit format" part of the system prompt that aider uses. +the "edit format" that aider uses. The edit format specifies how GPT should format code edits in its reply, and can range from simply "return an updated copy of the whole file" to "use the