mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-25 17:00:25 +00:00
20 lines
541 B
Markdown
20 lines
541 B
Markdown
(plugins)=
|
|
# Plugins
|
|
|
|
LLM plugins can enhance LLM by making alternative Large Language Models available, either via API or by running the models locally on your machine.
|
|
|
|
Plugins can also add new commands to the `llm` CLI tool.
|
|
|
|
The [llm-plugins](https://github.com/simonw/llm-plugins) repository describes available plugins that you can install and use.
|
|
|
|
{ref}`tutorial-model-plugin` describes how to build a new plugin in detail.
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 3
|
|
---
|
|
installing-plugins
|
|
plugin-hooks
|
|
tutorial-model-plugin
|
|
plugin-utilities
|
|
```
|