This commit is contained in:
Paul Gauthier 2023-05-14 21:12:21 -07:00
parent c28543debd
commit 481c5f879f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# aider: gpt-4 powered coding in your terminal
# aider
`aider` is a command-line tool that allows you to chat with GPT-4 about your code.
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.

View file

@ -1,4 +1,4 @@
# aider
# What's it like to code with GPT-4 and aider?
Below are some chat transcripts showing what it's like to code with the help of GPT-4 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. To better understand the chat transcripts, it's worth noting that: