This commit is contained in:
Paul Gauthier 2023-07-09 06:57:33 -07:00
parent 1837677b72
commit 1b90142332

View file

@ -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