From f5acdf393fa2b4df00f84de263939176f597fdc0 Mon Sep 17 00:00:00 2001 From: tizkovatereza <135881365+tizkovatereza@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:01:58 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13734c7..dc1083a 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,15 @@ A platform for agents to work together, similar in spirit to AutoGPT and Baby AG ## [Aider](https://github.com/paul-gauthier/aider) -Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository. You can start a new project or work with an existing repo. And you can fluidly switch back and forth between the aider chat where you ask GPT to edit the code and your own editor to make changes yourself. Aider makes sure edits from you and GPT are committed to git with sensible commit messages. Aider is unique in that it works well with pre-existing, larger codebases. +A command line tool that lets you pair your program with GPT-3.5/GPT-4, to edit code stored in your local git repository
+### Description +- Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository +- You can start a new project or work with an existing repo. And you can fluidly switch back and forth between the aider chat where you ask GPT to edit the code and your own editor to make changes yourself +- Aider makes sure edits from you and GPT are committed to git with sensible commit messages. Aider is unique in that it works well with pre-existing, larger codebases + ### Links - [Website](https://aider.chat/) - Author: [Paul Gauthier](https://github.com/paul-gauthier) (Github)