mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
51c8bf0614
commit
06e6bf95e0
2 changed files with 6 additions and 5 deletions
|
@ -149,9 +149,10 @@ you can use `--openai-api-base` to connect to a different API endpoint.
|
|||
|
||||
### Local LLMs
|
||||
|
||||
[LocalAI](https://github.com/go-skynet/LocalAI)
|
||||
and
|
||||
[LocalAI](https://github.com/go-skynet/LocalAI),
|
||||
[SimpleAI](https://github.com/lhenault/simpleAI)
|
||||
and
|
||||
[LiteLLM](https://docs.litellm.ai/docs/proxy_server#tutorial-use-with-aiderautogencontinue-devlangroidetc)
|
||||
look like relevant tools to serve local models via a compatible API.
|
||||
|
||||
|
||||
|
@ -242,4 +243,4 @@ pip install -r requirements.txt
|
|||
|
||||
# Run the local version of Aider:
|
||||
python -m aider.main
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue