This commit is contained in:
Paul Gauthier 2023-05-13 10:50:17 -07:00
parent f69525e573
commit e288cede8f
6 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# Modify an open source 2048 game with aider and gpt-4 # 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. > 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.

View file

@ -1,7 +1,7 @@
# Complete a css exercise with aider and GPT-4 # 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? #### > what is this repo?

View file

@ -1,7 +1,8 @@
# Create a simple flask app with aider and gpt-4 # 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 #### > make a flask app with a /hello endpoint that returns hello world

View file

@ -1,8 +1,8 @@
# Build pong with aider, gpt-4 and pygame. # Build pong with aider, gpt-4 and pygame.
> After setting up a basic pong game, the user asks for some customization of the > In this chat transcript, the user asks aider to make a pong game using pygame.
> colors and game mechanics. > 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? #### > can you make a simple game of pong with pygame?

View file

@ -1,6 +1,6 @@
# Semantic search & replace code with aider and gpt-4 # 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. > Notice that it isn't replacing exact strings.
> Aider deals with various formatting and semantic differences in the calls that it is updating. > Aider deals with various formatting and semantic differences in the calls that it is updating.

View file

@ -1,6 +1,6 @@
# Automatically update docs with aider and gpt-4 # 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. #### > the cmd line args in main() have been updated. update the readme to accurately describe them.