This commit is contained in:
Paul Gauthier 2024-09-27 14:28:53 -07:00
parent 114fb2a889
commit 927d03cc37
2 changed files with 11 additions and 4 deletions

View file

@ -31,7 +31,7 @@ To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
```
# Install aider
python -m pip install -U --ignore-installed aider-chat
python -m pip install -U --upgrade-strategy only-if-needed aider-chat
# To work with GPT-4o:
$ aider --4o --openai-api-key sk-xxx...
@ -44,7 +44,7 @@ $ aider --sonnet --anthropic-api-key sk-xxx...
```
# Install aider
python -m pip install -U --ignore-installed aider-chat
python -m pip install -U --upgrade-strategy only-if-needed aider-chat
# To work with GPT-4o:
$ aider --4o --openai-api-key sk-xxx...