This commit is contained in:
Paul Gauthier 2023-05-15 12:30:37 -07:00
parent 1da9c224a3
commit 5c5202a101
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# aider
`aider` is a command-line tool that allows you to code with GPT-4 in the 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 directly apply the suggested changes to your source files.
Each change is automatically committed to git with a descriptive commit message.

View file

@ -1,6 +1,6 @@
# 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).
Below are some chat transcripts showing what it's like to code with the help of GPT-4 using the `aider` command-line chat tool.
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc.
* [**Hello World Flask App**](hello-world-flask.md): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.