This commit is contained in:
Paul Gauthier 2023-10-20 13:45:08 -07:00
parent 51c8bf0614
commit 06e6bf95e0
2 changed files with 6 additions and 5 deletions

View file

@ -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
```
```