This commit is contained in:
Paul Gauthier 2024-04-23 12:25:41 -07:00
parent 36c78e71bd
commit d89c3caf29

View file

@ -29,10 +29,6 @@ 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)
@ -47,6 +43,11 @@ contain more detail on the supported providers, their models and any required en
- [Model warnings](#model-warnings)
- [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
To work with OpenAI's models, you need to provide your