mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
copy
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user