mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 13:44:59 +00:00
copy
This commit is contained in:
parent
df55f8c814
commit
f7a88d4035
7 changed files with 37 additions and 16 deletions
|
@ -65,14 +65,19 @@ relevant context from the rest of your repo.
|
|||
|
||||
## LLMs
|
||||
|
||||
Aider uses GPT-4o by default, but you can
|
||||
[connect to many different LLMs](/docs/llms.html).
|
||||
Claude 3.5 Sonnet also works very well with aider,
|
||||
which you can use by running `aider --sonnet`.
|
||||
{% include works-best.md %}
|
||||
|
||||
You can run `aider --model XXX` to launch aider with
|
||||
a specific model.
|
||||
Or, during your chat you can switch models with the in-chat
|
||||
```
|
||||
# GPT-4o
|
||||
$ aider --4o
|
||||
|
||||
# Claude 3.5 Sonnet
|
||||
$ auder --sonnet
|
||||
```
|
||||
|
||||
Or you can run `aider --model XXX` to launch aider with
|
||||
another model.
|
||||
During your chat you can switch models with the in-chat
|
||||
`/model` command.
|
||||
|
||||
## Making changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue