This commit is contained in:
Paul Gauthier 2024-07-16 16:04:10 +01:00
parent 61988433fa
commit bc4d5ebe88
13 changed files with 16 additions and 14 deletions

View file

@ -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
```