mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
better
This commit is contained in:
parent
f79bec7994
commit
cb4b1115d3
1 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# New session started at 2023-05-12 15:18:51
|
# Aider chat started at 2023-05-12 15:21:04
|
||||||
|
|
||||||
*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*
|
||||||
|
@ -11,14 +11,14 @@
|
||||||
*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
|
|
||||||
|
|
||||||
Ok, here are the changes:
|
Ok, here are the changes:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
app.py
|
app.py
|
||||||
<<<<<<< ORIGINAL
|
<<<<<<< ORIGINAL
|
||||||
|
|
||||||
=======
|
=======
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
|
|
||||||
|
@ -30,7 +30,5 @@ def hello():
|
||||||
>>>>>>> UPDATED
|
>>>>>>> UPDATED
|
||||||
```
|
```
|
||||||
|
|
||||||
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*
|
||||||
*af1bf66 aider: Added a /hello endpoint that returns "Hello, World!" when accessed.*
|
*c4a9643 aider: Added /hello endpoint that returns "Hello, World!" to app.py.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue