From 3aa5db2bfa15c17ba505482b9fe286f92b7c462e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:00:09 -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 669aaa05f..1ee5a99b9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,7 +5,7 @@ the `aider` command line tool to generate and edit code with GPT-4. Some things to note in the transcripts: - - **The user's chat messages are bold**, showing the requests and directions they are giving in the conversation. + - **The user's chat messages are bold** and shown on a **>** prompt, showing the requests and directions they are giving in the conversation. - Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code. - _Output from the aider tool is shown in italics_. You will see that it is: - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission).