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
dc255eed04
commit
787c75784c
1 changed files with 8 additions and 8 deletions
|
@ -3,14 +3,6 @@
|
|||
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 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.
|
||||
- `aider` notes each time a source file is added to the chat session. Once added, these files are available for review and editing by GPT-4. The user adds files either via the command line or the in-chat `/add` command. If GPT-4 asks to see specific files, `aider` asks the user for permission to add them to the chat.
|
||||
|
||||
## Chat transcripts of coding sessions with GPT-4
|
||||
|
||||
* [**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.
|
||||
|
||||
* [**Pong Game with Pygame**](pong.md): Creating a simple Pong game using the Pygame library, with customizations for paddle size and color, and ball speed adjustments.
|
||||
|
@ -25,6 +17,14 @@ To better understand the chat transcripts, it's worth knowing that:
|
|||
|
||||
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.
|
||||
|
||||
## What's happening in these chats?
|
||||
|
||||
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.
|
||||
- `aider` notes each time a source file is added to the chat session. Once added, these files are available for review and editing by GPT-4. The user adds files either via the command line or the in-chat `/add` command. If GPT-4 asks to see specific files, `aider` asks the user for permission to add them to the chat.
|
||||
|
||||
## Transcript formatting
|
||||
|
||||
> Output from the aider tool is shown in a blockquote like this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue