mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 06:34:59 +00:00
copy
This commit is contained in:
parent
61988433fa
commit
bc4d5ebe88
13 changed files with 16 additions and 14 deletions
|
@ -49,7 +49,7 @@ Use the `--browser` switch to launch the browser version of aider:
|
|||
pip install aider-chat
|
||||
|
||||
export OPENAI_API_KEY=<key> # Mac/Linux
|
||||
setx OPENAI_API_KEY <key> # Windows
|
||||
setx OPENAI_API_KEY <key> # Windows, restart shell after setx
|
||||
|
||||
aider --browser
|
||||
```
|
||||
|
|
|
@ -119,7 +119,7 @@ you can get started quickly with aider and Sonnet like this:
|
|||
$ pip install aider-chat
|
||||
|
||||
$ export ANTHROPIC_API_KEY=<key> # Mac/Linux
|
||||
$ setx ANTHROPIC_API_KEY <key> # Windows
|
||||
$ setx ANTHROPIC_API_KEY <key> # Windows, restart shell after setx
|
||||
|
||||
$ aider
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue