This commit is contained in:
Paul Gauthier 2023-05-13 12:04:04 -07:00
parent 3f932ce141
commit 66dcbf3fbb
2 changed files with 2 additions and 2 deletions

View file

@ -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** and shown on a `> ` prompt, showing the requests and directions they are giving in the conversation.
- **> The user's chat messages are bold** and shown after 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).