From 75e1355887511853343091955ef26b42e7927062 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 14 May 2023 21:17:00 -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 06b78d9fe..1d2493704 100644 --- a/examples/README.md +++ b/examples/README.md @@ -29,7 +29,7 @@ To better understand the chat transcripts, it's worth knowing that: > Output from the aider tool is shown in a blockquote like this. -#### > The user's chat messages are bold and shown on a prompt line like this. They contain they user's change requests, clarifications, etc. +#### > The user's chat messages are shown on a prompt line like this. They contain they user's change requests, clarifications, etc. Responses from GPT-4 are in a plain font like this, and often include colorized "edit blocks" that specify edits to the code. Here's a sample edit block that switches from printing "hello" to "goodbye":