mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
755cabe54f
commit
3e384dd35b
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -33,6 +33,18 @@ Here are some example transcripts that show how you can chat with `aider` to wri
|
||||||
|
|
||||||
You can find more chat transcripts on the [examples page](https://aider.chat/examples/).
|
You can find more chat transcripts on the [examples page](https://aider.chat/examples/).
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pip install git+https://github.com/paul-gauthier/aider.git
|
||||||
|
$ aider filename.py
|
||||||
|
|
||||||
|
Added filename.py to the chat
|
||||||
|
Using git repo: .git
|
||||||
|
|
||||||
|
filename.py> switch the fibonacci function from recursion to iteration
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Chat with GPT-4 about your code by launching `aider` from the command line with set of source files to discuss and edit together. GPT can see and edit the content of those files.
|
* Chat with GPT-4 about your code by launching `aider` from the command line with set of source files to discuss and edit together. GPT can see and edit the content of those files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue