This commit is contained in:
Paul Gauthier 2024-07-06 21:16:56 -03:00
parent df55f8c814
commit f7a88d4035
7 changed files with 37 additions and 16 deletions

View file

@ -62,7 +62,7 @@ once for your whole system.
## Working with other LLMs
Aider works well with GPT-4o, Claude 3 Opus, GPT-3.5 and supports [connecting to almost any LLM](https://aider.chat/docs/llms.html).
{% include works-best.md %}
## You are done!

View file

@ -9,5 +9,3 @@ description: How to troubleshoot problems with aider and get help.
Below are some approaches for troubleshooting problems with aider.
{% include help.md %}
{% include help-tip.md %}

View file

@ -84,3 +84,7 @@ For serving local models,
Try using aider without an API proxy server
or directly with one of the recommended cloud APIs
and see if your token limit problems resolve.
## More help
{% include help.md %}

View file

@ -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