diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index 62116b065..625f73035 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -1,14 +1,14 @@ -# Aider chat started at 2023-05-12 15:21:36 +# Aider chat started at 2023-05-12 15:23:02 -*This tool will almost certainly fail to work with gpt-3.5-turbo* -*Creating /Users/gauthier/tmp/flask/app.py* -*Loading /Users/gauthier/tmp/flask/app.py* -*Files not tracked in /Users/gauthier/tmp/flask/.git:* -*- app.py* -*Add them? yes* -*Added app.py to the git repo* -*Committed new files with message: Initial commit: Added new files to the git repo: app.py* +_This tool will almost certainly fail to work with gpt-3.5-turbo_ +_Creating /Users/gauthier/tmp/flask/app.py_ +_Loading /Users/gauthier/tmp/flask/app.py_ +_Files not tracked in /Users/gauthier/tmp/flask/.git:_ +_- app.py_ +_Add them? yes_ +_Added app.py to the git repo_ +_Committed new files with message: Initial commit: Added new files to the git repo: app.py_ --- #### > make a flask app with a /hello endpoint that returns hello world @@ -18,7 +18,6 @@ Ok, here are the changes: ```python app.py <<<<<<< ORIGINAL - ======= from flask import Flask @@ -30,5 +29,7 @@ def hello(): >>>>>>> UPDATED ``` -*Applied edit to app.py* -*44be789 aider: Added /hello endpoint that returns "Hello, World!" to app.py.* +This code creates a Flask app and adds a `/hello` endpoint that returns "Hello, World!" when accessed. + +_Applied edit to app.py_ +_043b75d aider: Added a /hello endpoint that returns "Hello, World!" when accessed._