Support weak_model=False

This commit is contained in:
Paul Gauthier 2024-04-19 14:04:10 -07:00
parent f81b62dfea
commit 4e50f0d095
4 changed files with 12 additions and 4 deletions

View file

@ -91,6 +91,11 @@ for more information on how to populate the above configuration values.
If you can make an LLM accessible via an OpenAI compatible API,
you can use `--openai-api-base` to connect to a different API endpoint.
You might need to use `--no-require-model-info` to tell aider to
work with an unknown model that has no metadata available like
context size, token costs, etc.
Some minor functionality will be limited when using such models.
## Other LLMs
Aider uses the [litellm](https://docs.litellm.ai/docs/providers) package