From 1b90142332a01c0b299b4d89458be60ae39231e0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 9 Jul 2023 06:57:33 -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 af33ad441..e66ed963c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -41,7 +41,7 @@ To better understand the chat transcripts, it's worth knowing that: #### These are chat messages written by the user. -Chat 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 blue 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