From c71d98ff82413cee48c8b07d3b54fc719b0fdc72 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 10:15:56 -0700 Subject: [PATCH] cop --- examples/2048-game.md | 4 +++- examples/css-exercises.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/2048-game.md b/examples/2048-game.md index dd3d81634..a48a49fbb 100644 --- a/examples/2048-game.md +++ b/examples/2048-game.md @@ -1,7 +1,9 @@ # Modify an open source 2048 game with aider and gpt-4 -> The user explores and modifies the open source 2048 game codebase from https://github.com/gabrielecirulli/2048 +> 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. --- #### > what is this repo? diff --git a/examples/css-exercises.md b/examples/css-exercises.md index 3e4397ca0..bc1eea829 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 complete an animation exercise. +> 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?