From fc7eecdc448334ce3e8c6ff221c26e92ec122111 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 14 May 2023 14:41:17 -0700 Subject: [PATCH] copy --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 8a7a98493..80d432ca4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,7 +5,7 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit - Each time GPT-4 suggests a code change, `aider` automatically applies it to the source files. - After applying the edits, `aider` commits them to git with a senisble commit message. - - `aider` notes each source file that is added to the chat session. Once added, these files are available for review and editing by GPT-4. The user adds files either via the command line or the in-chat `/add` command. Sometimes GPT-4 asks to see specific files, and `aider` asks the user to approve adding them to the chat. + - `aider` notes each source file that is added to the chat session. Once added, these files are available for review and editing by GPT-4. The user adds files either via the command line or the in-chat `/add` command. Sometimes GPT-4 asks to see specific files, so `aider` asks the user for permission to add them to the chat. ## Chat transcripts of coding sessions with GPT-4