This commit is contained in:
Paul Gauthier 2023-06-30 14:16:51 -07:00
parent ae9df00043
commit a31245ea09

View file

@ -1,5 +1,5 @@
# Code editing benchmarks
# GPT code editing benchmarks
Aider is a command line GPT chat tool that lets you ask for features, changes and
improvements to code in your local git repo.
@ -15,7 +15,7 @@ and can range from simply "return an updated copy of the whole file" to
to specify a bunch of specific diffs".
Having a reliable way for GPT to read/modify/write source files is critical to
efficiently coding with GPT within an existing codebase.
using GPT to code within an existing codebase.
To measure the impact of changes to the edit format,
I created a code editing benchmark based on the