mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
3923aab5f0
commit
a31a29bca6
1 changed files with 6 additions and 2 deletions
|
@ -4,12 +4,13 @@
|
||||||
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.
|
Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files.
|
||||||
Each change is automatically committed to git with a descriptive commit message.
|
Each change is automatically committed to git with a descriptive commit message.
|
||||||
|
|
||||||
## Example chat transcripts
|
> macbook$ aider ./hello.py
|
||||||
|
|
||||||
> Added hello.py to the chat
|
> Added hello.py to the chat
|
||||||
|
|
||||||
#### > change hello to goodbye
|
#### > change hello to goodbye
|
||||||
|
|
||||||
|
Here's how to update the `hello.py` file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
hello.py
|
hello.py
|
||||||
<<<<<<< ORIGINAL
|
<<<<<<< ORIGINAL
|
||||||
|
@ -22,6 +23,9 @@ print("goodbye")
|
||||||
> Applied edit to hello.py
|
> Applied edit to hello.py
|
||||||
> Commit d0f91a0 aider: Changed hello.py to print "goodbye".
|
> Commit d0f91a0 aider: Changed hello.py to print "goodbye".
|
||||||
|
|
||||||
|
|
||||||
|
## Example chat transcripts
|
||||||
|
|
||||||
Here are some example transcripts that show how you can chat with `aider` to generate and edit code with GPT-4.
|
Here are some example transcripts that show how you can chat with `aider` to generate and edit code with GPT-4.
|
||||||
|
|
||||||
* [Hello World Flask App](examples/hello-world-flask.md): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.
|
* [Hello World Flask App](examples/hello-world-flask.md): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue