From e2e511040b9d9bdbb7d3777bf918a1c604e71d39 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Jun 2023 14:18:57 -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 57ea3f3bf..188e770a8 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 against the current code in `diff -c` format. +implement a new feature by hand typing `diffs -c` 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.