mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
copy
This commit is contained in:
parent
1da9c224a3
commit
5c5202a101
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# aider
|
# 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.
|
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.
|
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?
|
# 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.
|
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.
|
* [**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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue