This commit is contained in:
Paul Gauthier 2023-05-22 07:03:40 -07:00
parent 845f35918c
commit 9fe8896979

View file

@ -1,8 +1,10 @@
# aider is GPT-4 powered coding in your terminal
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files.
Each change is automatically committed to git with a descriptive commit message.
`aider` is a command-line chat tool that allows you to write and edit
code with GPT-4 in the terminal. Ask GPT for features, improvements,
or bug fixes and `aider` will apply the suggested changes to your
source files. Each change is automatically committed to git with a
descriptive commit message.
![aider screenshot](screenshot.gif)