From e288cede8fb2c81bbf05286def809f1237379856 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 10:50:17 -0700 Subject: [PATCH] copy --- examples/2048-game.md | 2 +- examples/css-exercises.md | 2 +- examples/hello-world-flask.md | 3 ++- examples/pong.md | 4 ++-- examples/semantic-search-replace.md | 2 +- examples/update-docs.md | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/2048-game.md b/examples/2048-game.md index a48a49fbb..92143d007 100644 --- a/examples/2048-game.md +++ b/examples/2048-game.md @@ -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. diff --git a/examples/css-exercises.md b/examples/css-exercises.md index bc1eea829..dd058a5d2 100644 --- a/examples/css-exercises.md +++ b/examples/css-exercises.md @@ -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? diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index 636d02ceb..81473b06e 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -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 diff --git a/examples/pong.md b/examples/pong.md index 6a4108b4b..a03aa5cbf 100644 --- a/examples/pong.md +++ b/examples/pong.md @@ -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? diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index d6f208c5a..4a0364f99 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -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. diff --git a/examples/update-docs.md b/examples/update-docs.md index 18b9d1909..d0f0ec4dc 100644 --- a/examples/update-docs.md +++ b/examples/update-docs.md @@ -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.