From 1e7c39a73b09a94e08db32c8f7a6b397d065d3e2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:24:28 -0700 Subject: [PATCH] copy --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 5d739d390..6b64c6f20 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,9 +13,9 @@ Responses from GPT-4 are in a plain font, and often include colorized code block In the `aider` output, you will see it: - - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). - - Applying the edits proposed by GPT-4 to the source files. - - Committing those changes to git with a senisble commit message. + - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). + - Applying the edits proposed by GPT-4 to the source files. + - Committing those changes to git with a senisble commit message. There are a varity of example coding chat sessions included, accomplishing both greenfield generation of new code as well as simple and complex edits to larger codebases: