mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Support weak_model=False
This commit is contained in:
parent
f81b62dfea
commit
4e50f0d095
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue