2023-07-11 14:43:21 +00:00
|
|
|
(plugins)=
|
2023-07-10 19:48:25 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2023-08-21 05:17:13 +00:00
|
|
|
The {ref}`plugin directory <plugin-directory>` lists available plugins that you can install and use.
|
2023-07-10 19:48:25 +00:00
|
|
|
|
|
|
|
|
{ref}`tutorial-model-plugin` describes how to build a new plugin in detail.
|
|
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
|
---
|
|
|
|
|
maxdepth: 3
|
|
|
|
|
---
|
|
|
|
|
installing-plugins
|
2023-08-21 05:17:13 +00:00
|
|
|
directory
|
2023-07-10 19:48:25 +00:00
|
|
|
plugin-hooks
|
|
|
|
|
tutorial-model-plugin
|
2024-10-28 20:46:06 +00:00
|
|
|
advanced-model-plugins
|
2023-07-11 14:43:21 +00:00
|
|
|
plugin-utilities
|
2023-07-10 19:48:25 +00:00
|
|
|
```
|