This commit is contained in:
Paul Gauthier 2024-12-14 20:52:20 -08:00
parent 8c79e5ccfb
commit 10b5aaa6a5
6 changed files with 27 additions and 34 deletions

View file

@ -53,10 +53,10 @@ aider-install
cd /to/your/git/repo
# Work with Claude 3.5 Sonnet on your repo
aider --anthropic-api-key=your-key-goes-here
aider --model sonnet --anthropic-api-key your-key-goes-here
# Work with GPT-4o on your repo
aider --openai-api-key=your-key-goes-here
aider --model gpt-4o --openai-api-key your-key-goes-here
```
<!--[[[end]]]-->