From 303ff11c322b4e5dc31f6bf59af56a091158b575 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Jun 2023 14:19:12 -0700 Subject: [PATCH] copy --- docs/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 188e770a8..420d26c7f 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -45,7 +45,7 @@ developing about how to prompt GPT for complex tasks like coding. You want to minimize the "cognitive load" of formatting the response, so that GPT can focus on the task at hand. You wouldn't expect a good result if you asked a junior developer to -implement a new feature by hand typing `diffs -c` updates to the current code. +implement a new feature by hand typing `diffs -c` formatted updates to the current code. I had hoped that the new function calling API would enable more reliable use of structured output formats, but it does not appear to be a panacea for code editing.