mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-18 04:01:02 +00:00
List llm-llamafile in plugins directory, closes #470
This commit is contained in:
parent
8171c9a6bf
commit
3cc588f247
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ These plugins all help you run LLMs directly on your own computer:
|
|||
- **[llm-gpt4all](https://github.com/simonw/llm-gpt4all)** adds support for various models released by the [GPT4All](https://gpt4all.io/) project that are optimized to run locally on your own machine. These models include versions of Vicuna, Orca, Falcon and MPT - here's [a full list of models](https://observablehq.com/@simonw/gpt4all-models).
|
||||
- **[llm-mpt30b](https://github.com/simonw/llm-mpt30b)** adds support for the [MPT-30B](https://huggingface.co/mosaicml/mpt-30b) local model.
|
||||
- **[llm-ollama](https://github.com/taketwo/llm-ollama)** adds support for local models run using [Ollama](https://ollama.ai/).
|
||||
- **[llm-llamafile](https://github.com/simonw/llm-llamafile)** adds support for local models that are running locally using [llamafile](https://github.com/Mozilla-Ocho/llamafile).
|
||||
|
||||
## Remote APIs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue