From 9bcf04c17515d6d7a949bb5299471c69d06ae0e5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 19:38:09 -0700 Subject: [PATCH] copy --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index b05848cf2..3f9d256e7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -31,9 +31,9 @@ To better understand the chat transcripts, it's worth knowing that: > This is output from the aider tool. -#### > These are messages written by the user. +#### > These are chat messages written by the user. -Responses from GPT-4 are in a plain font like this, and often include colorized "edit blocks" that specify edits to the code. +Chat 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": ```python