mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
f69525e573
commit
e288cede8f
6 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Modify an open source 2048 game with aider and gpt-4
|
||||
|
||||
> The user explores and modifies the open source javascript 2048 game codebase from https://github.com/gabrielecirulli/2048
|
||||
> In this chat transcript, the user explores and modifies the open source javascript 2048 game codebase from https://github.com/gabrielecirulli/2048
|
||||
>
|
||||
> Notice that GPT-4 asks to see a particular source file, and aider automatically includes it in the chat session after getting permission from the user.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Complete a css exercise with aider and GPT-4
|
||||
|
||||
> The user asks aider about the CSS Exercises repo https://github.com/TheOdinProject/css-exercises/tree/main and completes an animation exercise.
|
||||
> In this chat transcript, the user asks aider about the CSS Exercises repo https://github.com/TheOdinProject/css-exercises/tree/main and completes an animation exercise.
|
||||
|
||||
---
|
||||
#### > what is this repo?
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
# Create a simple flask app with aider and gpt-4
|
||||
|
||||
> The user asks aider to make a simple flask app with various endpoints.
|
||||
> In this chat transcript, the user asks aider to make a simple flask app with various endpoints.
|
||||
---
|
||||
|
||||
#### > make a flask app with a /hello endpoint that returns hello world
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
# Build pong with aider, gpt-4 and pygame.
|
||||
|
||||
> After setting up a basic pong game, the user asks for some customization of the
|
||||
> colors and game mechanics.
|
||||
> In this chat transcript, the user asks aider to make a pong game using pygame.
|
||||
> After setting up a basic game, the user asks for some customization of the colors and game mechanics.
|
||||
|
||||
---
|
||||
#### > can you make a simple game of pong with pygame?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Semantic search & replace code with aider and gpt-4
|
||||
|
||||
> The user asks aider to modify a series of function calls.
|
||||
> In this chat transcript, the user asks aider to modify a series of function calls.
|
||||
>
|
||||
> Notice that it isn't replacing exact strings.
|
||||
> Aider deals with various formatting and semantic differences in the calls that it is updating.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Automatically update docs with aider and gpt-4
|
||||
|
||||
> The user asks aider to automatically update the Usage docs based on the latest version of the main() function in the code.
|
||||
> In this chat transcript, the user asks aider to automatically update the Usage docs based on the latest version of the main() function in the code.
|
||||
|
||||
#### > the cmd line args in main() have been updated. update the readme to accurately describe them.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue