mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
copy
This commit is contained in:
parent
a94c4b4ce4
commit
0c5b51d2ac
12 changed files with 21 additions and 23 deletions
|
@ -19,7 +19,7 @@ python -m pip install -U aider-chat
|
|||
export ANTHROPIC_API_KEY=<key> # Mac/Linux
|
||||
setx ANTHROPIC_API_KEY <key> # Windows, restart shell after setx
|
||||
|
||||
# Aider uses Claude 3.5 Sonnet by default (or use --sonnet)
|
||||
# Aider uses Claude 3.7 Sonnet by default (or use --sonnet)
|
||||
aider
|
||||
|
||||
# Claude 3 Opus
|
||||
|
|
|
@ -29,7 +29,7 @@ python -m pip install -U aider-chat
|
|||
export OPENROUTER_API_KEY=<key> # Mac/Linux
|
||||
setx OPENROUTER_API_KEY <key> # Windows, restart shell after setx
|
||||
|
||||
aider --model openrouter/anthropic/claude-3.5-sonnet
|
||||
aider --model openrouter/anthropic/claude-3.7-sonnet
|
||||
```
|
||||
|
||||
|
||||
|
@ -54,7 +54,7 @@ Place that file in your home directory or the root of your git project, with
|
|||
entries like this:
|
||||
|
||||
```yaml
|
||||
- name: openrouter/anthropic/claude-3.5-sonnet
|
||||
- name: openrouter/anthropic/claude-3.7-sonnet
|
||||
extra_params:
|
||||
extra_body:
|
||||
provider:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue