mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
copy
This commit is contained in:
parent
93dae2c108
commit
d95d4d931d
1 changed files with 3 additions and 3 deletions
|
@ -22,12 +22,12 @@ It also has features that [help GPT understand and modify larger codebases](http
|
||||||
```
|
```
|
||||||
$ pip install git+https://github.com/paul-gauthier/aider.git
|
$ pip install git+https://github.com/paul-gauthier/aider.git
|
||||||
$ export OPENAI_API_KEY=sk-...
|
$ export OPENAI_API_KEY=sk-...
|
||||||
$ aider filename.py
|
$ aider myapp.py
|
||||||
|
|
||||||
Added filename.py to the chat
|
Added myapp.py to the chat
|
||||||
Using git repo: .git
|
Using git repo: .git
|
||||||
|
|
||||||
filename.py> switch the fibonacci function from recursion to iteration
|
myapp.py> change the fibonacci function from recursion to iteration
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example chat transcripts
|
## Example chat transcripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue