mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
copy
This commit is contained in:
parent
ae9df00043
commit
a31245ea09
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue