mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9deeccbed3
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[](https://aider.chat/assets/llms.jpg)
|
||||
|
||||
Aider works best with [GPT-4 Turbo](#openai) and [Claude 3 Opus](#anthropic),
|
||||
**Aider works best with [GPT-4 Turbo](#openai) and [Claude 3 Opus](#anthropic),**
|
||||
as they are the very best models for editing code.
|
||||
Aider also works quite well with [GPT-3.5](#openai).
|
||||
|
||||
|
@ -19,6 +19,10 @@ For example, GPT-3.5 is just barely capable of reliably *editing code* to provid
|
|||
interactive "pair programming" style workflow.
|
||||
So you should expect that models which are less capable than GPT-3.5 may struggle to perform well with aider.
|
||||
|
||||
Aider uses the LiteLLM package to connect to LLM providers.
|
||||
The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers)
|
||||
contain more detail on the supported providers, their models and any required environment variables.
|
||||
|
||||
## Configuring models
|
||||
|
||||
- [OpenAI](#openai)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue