Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-06-20 14:23:10 -07:00
parent 6623110fb0
commit b330a87339
5 changed files with 32 additions and 4 deletions

View file

@ -10,7 +10,12 @@ $ cd /to/your/git/repo
$ export OPENAI_API_KEY=your-key-goes-here
$ aider
# Or, work with Claude 3 Opus on your repo
# Or, work with Anthropic's models
$ export ANTHROPIC_API_KEY=your-key-goes-here
# Claude 3 Opus
$ aider --opus
# Claude 3.5 Sonnet
$ aider --sonnet
```