Files
lobehub/docs/usage/plugins/custom-plugin.zh-CN.mdx
Arthals e3f898cec1 📝 docs: Docker Compose (#3687)
* 📝 docs: Docker Compose

* 📝 docs: Tencent Cloud

* 📝 docs: S3 & Some note

* 📝 docs: Link's lang
2024-08-30 23:22:49 +08:00

36 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 自定义插件 - LobeChat 插件安装与开发指南
description: 学习如何安装自定义插件和开发 LobeChat 插件,扩展你的 AI 智能助手的功能。
tags:
- 自定义插件
- LobeChat
- 插件安装
- 插件开发
- AI 智能助手
---
# 自定义插件
## 安装自定义插件
如果你希望安装一个不在 LobeChat 插件商店中的插件,例如自己开发的 LobeChat你可以点击「自定义插件」进行安装
<Video src="https://github.com/lobehub/lobe-chat/assets/28616219/034a328c-8465-4499-8f93-fdcdb03343cd" />
此外LobeChat 的插件机制兼容了 ChatGPT 的插件,因此你可以一键安装相应的 ChatGPT 插件。
如果你希望尝试自行安装自定义插件,你可以使用以下链接来尝试:
- `自定义 Lobe 插件` Mock Credit Card[https://lobe-plugin-mock-credit-card.vercel.app/manifest.json](https://lobe-plugin-mock-credit-card.vercel.app/manifest.json)
- `ChatGPT 插件` Access Links[https://www.accesslinks.ai/.well-known/ai-plugin.json](https://www.accesslinks.ai/.well-known/ai-plugin.json)
<Cards rows={2}>
<Image alt="安装自定义插件 S1" height={472} src="https://github.com/lobehub/lobe-chat/assets/28616219/bb9cd00f-b20c-4d7b-9c60-b921d350e319" />
<Image alt="安装自定义插件 S2" height={472} src="https://github.com/lobehub/lobe-chat/assets/28616219/bdeb678e-6502-4667-86b1-504221ee7ded" />
</Cards>
## 开发自定义插件
如果你希望自行开发一个 LobeChat 的插件,欢迎查阅 [插件开发指南](/zh/docs/usage/plugins/development) 以扩展你的 AI 智能助手的可能性边界!