From 9ae8cc0096efeb273d11ad3be5f18341377d08ee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:55:24 -0700 Subject: [PATCH] copy --- examples/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/README.md b/examples/README.md index 678876288..ac89c8b5e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,14 +5,6 @@ the `aider` command line tool to generate and edit code with GPT-4. Some things to note in the transcripts: -## Transcript formatting - -#### > The user's chat messages are bold and shown on a prompt line. They contain they user's change requests, clarifications, etc. - -> Output from the aider tool is shown in a blockquote - -Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code. - ## Things to notice In the `aider` output, you will see the tool: @@ -40,3 +32,11 @@ accomplishing both greenfield generation of new code as well as simple and compl * [Automatically Update Docs](update-docs.md): This example demonstrates how to use `aider` to automatically update documentation based on the latest version of the main() function in the code. +## Transcript formatting + +#### > The user's chat messages are bold and shown on a prompt line. They contain they user's change requests, clarifications, etc. + +> Output from the aider tool is shown in a blockquote + +Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code. +