From 156c9f7300efb56c274d1cfd6e949299aedb4ef9 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:07:53 -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 2cab1b5e1..dd0a5103d 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -48,7 +48,7 @@ You wouldn't expect a good result if you asked a junior developer to implement a new feature by hand typing `diff -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. +when working with source code. More details on the benchmark, edit formats and results are discussed below.