From d95d4d931d76258f7cb637e1e0c3c66877ec0e76 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 1 Jun 2023 06:19:08 -0700 Subject: [PATCH] copy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c64a89801..2a168fc94 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ It also has features that [help GPT understand and modify larger codebases](http ``` $ pip install git+https://github.com/paul-gauthier/aider.git $ export OPENAI_API_KEY=sk-... -$ aider filename.py +$ aider myapp.py -Added filename.py to the chat +Added myapp.py to the chat Using git repo: .git -filename.py> switch the fibonacci function from recursion to iteration +myapp.py> change the fibonacci function from recursion to iteration ``` ## Example chat transcripts