From 481c5f879f383cb222f96ef23ac3e527b1656bfd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 14 May 2023 21:12:21 -0700 Subject: [PATCH] copy --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1490c555b..afb3e6c34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aider: gpt-4 powered coding in your terminal +# aider `aider` is a command-line tool that allows you to chat with GPT-4 about your code. Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. diff --git a/examples/README.md b/examples/README.md index 6d7b8b991..15ccaffb6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,4 @@ -# aider +# What's it like to code with GPT-4 and aider? Below are some chat transcripts showing what it's like to code with the help of GPT-4 using the [aider command line tool](https://github.com/paul-gauthier/aider). In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. To better understand the chat transcripts, it's worth noting that: