This commit is contained in:
Paul Gauthier 2024-12-14 20:09:51 -08:00
parent 2ef536a342
commit 8c79e5ccfb

View file

@ -9,8 +9,8 @@ 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 --anthropic-api-key your-key-goes-here
# Work with GPT-4o on your repo
aider --openai-api-key=your-key-goes-here
aider --openai-api-key your-key-goes-here
```