diff --git a/examples/README.md b/examples/README.md index 708e2cd33..8596beb24 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # What's it like to code with gpt-4? -Below are some chat transcripts showing what it's like to code with the help of GPT-4. They were recorded using the `aider` command line tool. +Below are some chat transcripts showing what it's like to code with the help of GPT-4. They were recorded using the [aider command line tool](https://github.com/paul-gauthier/aider). In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. It's worth noting that: - Each time GPT-4 suggests a code change, `aider` automatically applies it to the source files.