From 280daf52d043180624d14d5761b4b74185aa8b8c Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:59:50 -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 4039f9d7a..de1bf4c85 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -8,7 +8,7 @@ so that user chat requests are more likely to result in effective changes to the Improving code editing involves tweaking and experimenting with the "edit format" that aider uses. -The edit format specifies how GPT should format code edits in its replies, +The edit format is a part of the system prompt that specifies how GPT should format code edits in its replies, and can range from simply "return an updated copy of the whole file" to "use the [function calling API](https://openai.com/blog/function-calling-and-other-api-updates)