From 080d0c54e435d0a6d84f434b8be90a13498a1c78 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:42:22 -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 1698b584e..823545234 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -1,7 +1,7 @@ # GPT code editing benchmarks -Aider is a command line chat tool that lets you ask GPT for features, changes and +Aider is an open source command line chat tool that lets you ask GPT for features, changes and improvements to code in your local git repos. I spend a lot of time trying to make aider better at this sort of chat driven AI code editing, so that user chat requests are more likely to result in effective changes to their codebase.