Use sonnet by default; updated docs

This commit is contained in:
Paul Gauthier 2024-07-01 15:16:06 -03:00
parent c0a89c5cb8
commit 6dc7a8b4a4
15 changed files with 125 additions and 39 deletions

View file

@ -1,3 +1,4 @@
You can get started quickly like this:
```
@ -10,12 +11,7 @@ $ cd /to/your/git/repo
$ export OPENAI_API_KEY=your-key-goes-here
$ aider
# Or, work with Anthropic's models
# Work with Claude 3.5 Sonnet on your repo
$ export ANTHROPIC_API_KEY=your-key-goes-here
# Claude 3 Opus
$ aider --opus
# Claude 3.5 Sonnet
$ aider --sonnet
$ aider
```