Skip to content

Commit 5c5202a

Browse files
committed
copy
1 parent 1da9c22 commit 5c5202a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aider
22

3-
`aider` is a command-line tool that allows you to code with GPT-4 in the terminal.
3+
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
44
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.
55
Each change is automatically committed to git with a descriptive commit message.
66

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What's it like to code with GPT-4 and aider?
22

3-
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).
3+
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.
44
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc.
55

66
* [**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.

0 commit comments

Comments
 (0)