llm/docs/plugins/index.md
2023-07-11 07:43:57 -07:00

541 B

(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 repository describes available plugins that you can install and use.

{ref}tutorial-model-plugin describes how to build a new plugin in detail.

---
maxdepth: 3
---
installing-plugins
plugin-hooks
tutorial-model-plugin
plugin-utilities