mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
36c78e71bd
commit
d89c3caf29
1 changed files with 5 additions and 4 deletions
|
@ -29,10 +29,6 @@ For example, GPT-3.5 is just barely capable of reliably *editing code* to provid
|
||||||
interactive "pair programming" style workflow.
|
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.
|
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
|
## Configuring models
|
||||||
|
|
||||||
- [OpenAI](#openai)
|
- [OpenAI](#openai)
|
||||||
|
@ -47,6 +43,11 @@ contain more detail on the supported providers, their models and any required en
|
||||||
- [Model warnings](#model-warnings)
|
- [Model warnings](#model-warnings)
|
||||||
- [Editing format](#editing-format)
|
- [Editing format](#editing-format)
|
||||||
|
|
||||||
|
Aider uses the LiteLLM package to connect to LLM providers.
|
||||||
|
The [LiteLLM provider docs](https://docs.litellm.ai/docs/providers)
|
||||||
|
contain more detail on all the supported providers,
|
||||||
|
their models and any required environment variables.
|
||||||
|
|
||||||
## OpenAI
|
## OpenAI
|
||||||
|
|
||||||
To work with OpenAI's models, you need to provide your
|
To work with OpenAI's models, you need to provide your
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue