This commit is contained in:
Paul Gauthier 2023-05-14 07:12:01 -07:00
parent d55f8a94e3
commit 57fff7f360
3 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# aider: GPT-4 powered coding in your terminal
# aider: gpt-4 powered coding in your terminal
`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 changes to your source files.
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.
Each change is automatically committed to git with a sensible commit message.
## Example chat transcripts