Skip to content

Commit

Permalink
📝 docs: update documents [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 27, 2023
1 parent a48b1fc commit 1c8c93f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/Deployment/Environment-Variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LobeChat provides additional configuration options during deployment, which can
- [`AZURE_API_VERSION`](#azure_api_version)
- [Plugin Service](#plugin-service)
- [`PLUGINS_INDEX_URL`](#plugins_index_url)
- [`PLUGINS_SETTINGS`](#plugins_settings)
- [Agent Service](#agent-service)
- [`AGENTS_INDEX_URL`](#agents_index_url)
- [Data Analytics](#data-analytics)
Expand Down
1 change: 1 addition & 0 deletions docs/Deployment/Environment-Variable.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LobeChat 在部署时提供了一些额外的配置项,使用环境变量进
- [`AZURE_API_VERSION`](#azure_api_version)
- [插件服务](#插件服务)
- [`PLUGINS_INDEX_URL`](#plugins_index_url)
- [`PLUGINS_SETTINGS`](#plugins_settings)
- [角色服务](#角色服务)
- [`AGENTS_INDEX_URL`](#agents_index_url)
- [数据统计](#数据统计)
Expand Down
16 changes: 5 additions & 11 deletions docs/Usage/Plugins.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

查看以下视频,快速上手使用 LobeChat 插件:

https://github.com/lobehub/lobe-chat/assets/28616219/94d4c312-1699-4e24-8782-138883678c9e

<https://github.com/lobehub/lobe-chat/assets/28616219/94d4c312-1699-4e24-8782-138883678c9e>

## 插件商店

Expand All @@ -17,14 +16,12 @@ https://github.com/lobehub/lobe-chat/assets/28616219/94d4c312-1699-4e24-8782-138

![image](https://github.com/lobehub/lobe-chat/assets/28616219/d7a5d821-116f-4be6-8a1a-38d81a5ea0ea)


## 使用插件

安装完毕插件后,只需在当前助手下开启插件即可使用。

![809shots_so](https://github.com/lobehub/lobe-chat/assets/28616219/76ab1ae7-a4f9-4285-8ebd-45b90251aba1)


## 插件配置

部分插件可能需要你进行相应的配置,例如 API Key 等。
Expand All @@ -35,25 +32,22 @@ https://github.com/lobehub/lobe-chat/assets/28616219/94d4c312-1699-4e24-8782-138

![image](https://github.com/lobehub/lobe-chat/assets/28616219/ab2e4c25-4b11-431b-9266-442d8b14cb41)


## 安装自定义插件

如果你希望安装一个不在 LobeChat 插件商店中的插件,例如自己开发的 LobeChat,你可以点击「自定义插件」进行安装:


https://github.com/lobehub/lobe-chat/assets/28616219/034a328c-8465-4499-8f93-fdcdb03343cd
<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
- `ChatGPT 插件` Access Links:https://www.accesslinks.ai/.well-known/ai-plugin.json

- `自定义 Lobe 插件` Mock Credit Card:<https://lobe-plugin-mock-credit-card.vercel.app/manifest.json>
- `ChatGPT 插件` Access Links:<https://www.accesslinks.ai/.well-known/ai-plugin.json>

![image](https://github.com/lobehub/lobe-chat/assets/28616219/bb9cd00f-b20c-4d7b-9c60-b921d350e319)
![image](https://github.com/lobehub/lobe-chat/assets/28616219/bdeb678e-6502-4667-86b1-504221ee7ded)


## 开发插件

如果你希望自行开发一个 LobeChat 的插件,欢迎查阅 [Lobe 插件开发指南](https://chat-plugin-sdk.lobehub.com/zh-CN/guides/intro) 以扩展你的AI智能助手的可能性边界
如果你希望自行开发一个 LobeChat 的插件,欢迎查阅 [Lobe 插件开发指南](https://chat-plugin-sdk.lobehub.com/zh-CN/guides/intro) 以扩展你的 AI 智能助手的可能性边界

0 comments on commit 1c8c93f

Please sign in to comment.