From f66e7e15e13aa519730f6da4ec899dc8dda480b4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 1 Jul 2023 17:53:28 -0700 Subject: [PATCH] copy --- docs/benchmarks.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index ed2e25ed6..8e7743faf 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -18,11 +18,10 @@ responses. Aider currently uses simple text based editing formats, but [OpenAI's new function calling API](https://openai.com/blog/function-calling-and-other-api-updates) -look like a promising way to create more structured edit formats. +looks like a promising way to create more structured edit formats. Before making such a big change, I wanted to make -sure I had a quantitative way to assess -how function based edit formats would affect -the reliability of code editing. +sure I had a quantitative way to assess the benefits +of function based editing. I developed a benchmark based on the [Exercism