mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
e0fdf6ce24
commit
12009688ee
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@ get started quickly like this:
|
||||||
```
|
```
|
||||||
$ pip install aider-chat
|
$ pip install aider-chat
|
||||||
$ export OPENAI_API_KEY=your-key-goes-here
|
$ export OPENAI_API_KEY=your-key-goes-here
|
||||||
$ aider myapp.py
|
$ aider app.py
|
||||||
|
|
||||||
Using git repo: .git
|
Using git repo: .git
|
||||||
Added myapp.py to the chat.
|
Added myapp.py to the chat.
|
||||||
|
|
||||||
myapp.py> change the fibonacci function from recursion to iteration
|
myapp.py> make a flask app that replies "hello world" on /hello
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example chat transcripts
|
## Example chat transcripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue