mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
bf73c71659
commit
e0500046f7
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
# 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).
|
||||
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. To better understand the chat transcripts, it's worth noting that:
|
||||
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc.
|
||||
|
||||
To better understand the chat transcripts, it's worth knowing that:
|
||||
|
||||
- Each time GPT-4 suggests a code change, `aider` automatically applies it to the source files.
|
||||
- After applying the edits, `aider` commits them to git with a descriptive commit message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue