From 8938b8f2a8ad5e7f7bbf16493942ffcaa0dcd8c0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:31:36 -0700 Subject: [PATCH] copy --- examples/hello-world-flask.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index 78e47844d..1e53c34ed 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -1,11 +1,11 @@ # Create a simple flask app with aider and gpt-4 -> In this chat transcript, 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. ## Chat transcript -> pong$ aider app.py -> Creating app.py +> hello-world-flask$ aider app.py +> Creating app.py > Added app.py to the chat --- #### > make a flask app with a /hello endpoint that returns hello world