This commit is contained in:
Paul Gauthier 2023-07-01 17:53:28 -07:00
parent b9f8ed47f4
commit f66e7e15e1

View file

@ -18,11 +18,10 @@ responses.
Aider currently uses simple text based editing formats, but Aider currently uses simple text based editing formats, but
[OpenAI's new function calling [OpenAI's new function calling
API](https://openai.com/blog/function-calling-and-other-api-updates) 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 Before making such a big change, I wanted to make
sure I had a quantitative way to assess sure I had a quantitative way to assess the benefits
how function based edit formats would affect of function based editing.
the reliability of code editing.
I developed a I developed a
benchmark based on the [Exercism benchmark based on the [Exercism