mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
show a js example
This commit is contained in:
parent
719810b1a1
commit
ef6714b381
1 changed files with 3 additions and 3 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 app.py
|
$ aider hello.js
|
||||||
|
|
||||||
Using git repo: .git
|
Using git repo: .git
|
||||||
Added app.py to the chat.
|
Added hello.js to the chat.
|
||||||
|
|
||||||
app.py> make a flask app that replies "hello world" on /hello
|
hello.js> write a js app that prints hello world
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example chat transcripts
|
## Example chat transcripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue