mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
better
This commit is contained in:
parent
91ecfe8e88
commit
f0e23671bd
1 changed files with 11 additions and 12 deletions
|
@ -1,14 +1,13 @@
|
||||||
|
|
||||||
# New session started at 2023-05-12 15:17:30
|
# New session started at 2023-05-12 15:18:51
|
||||||
|
*This tool will almost certainly fail to work with gpt-3.5-turbo*
|
||||||
_This tool will almost certainly fail to work with gpt-3.5-turbo_
|
*Creating /Users/gauthier/tmp/flask/app.py*
|
||||||
_Creating /Users/gauthier/tmp/flask/app.py_
|
*Loading /Users/gauthier/tmp/flask/app.py*
|
||||||
_Loading /Users/gauthier/tmp/flask/app.py_
|
*Files not tracked in /Users/gauthier/tmp/flask/.git:*
|
||||||
_Files not tracked in /Users/gauthier/tmp/flask/.git:_
|
*- app.py*
|
||||||
_- app.py_
|
*Add them? yes*
|
||||||
_Add them? yes_
|
*Added app.py to the git repo*
|
||||||
_Added app.py to the git repo_
|
*Committed new files with message: Initial commit: Added new files to the git repo: app.py*
|
||||||
_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
|
#### make a flask app with a /hello endpoint that returns hello world
|
||||||
|
|
||||||
|
@ -30,5 +29,5 @@ def hello():
|
||||||
|
|
||||||
This code creates a Flask app and adds a `/hello` endpoint that returns "Hello, World!" when accessed.
|
This code creates a Flask app and adds a `/hello` endpoint that returns "Hello, World!" when accessed.
|
||||||
|
|
||||||
_Applied edit to app.py_
|
*Applied edit to app.py*
|
||||||
_8f7db45 aider: Added a /hello endpoint that returns "Hello, World!" when accessed._
|
*af1bf66 aider: Added a /hello endpoint that returns "Hello, World!" when accessed.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue