This commit is contained in:
Paul Gauthier 2025-01-27 09:29:49 -08:00
parent 3dec9e531f
commit 674dcba53c
5 changed files with 147 additions and 139 deletions

View file

@ -52,11 +52,14 @@ aider-install
# Change directory into your code base
cd /to/your/project
# Work with DeepSeek on your code
aider --model deepseek --api-key deepseek=your-key-goes-here
# Work with Claude 3.5 Sonnet on your code
aider --model sonnet --anthropic-api-key your-key-goes-here
aider --model sonnet --api-key anthropic=your-key-goes-here
# Work with GPT-4o on your code
aider --model gpt-4o --openai-api-key your-key-goes-here
aider --model gpt-4o --api-key openai=your-key-goes-here
```
<!--[[[end]]]-->