docs: reorganize plugin and prompt installation instructions
- Move 'Using Plugins' section before 'Using Prompts' in all quick start guides - Update plugin installation options with batch installation script - Move Prompts section after Plugins in project contents (already correct structure) - Update docs for English and Chinese versions (README.md, README_CN.md, docs/index.md, docs/index.zh.md) - Simplify installation flow: Community > Quick Install All > Prompts
This commit is contained in:
@@ -103,13 +103,6 @@ hide:
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Using Prompts
|
||||
|
||||
1. Browse the [Prompt Library](prompts/library.md) and select a prompt
|
||||
2. Click the **Copy** button to copy the prompt to your clipboard
|
||||
3. In OpenWebUI, click the "Prompt" button above the input box
|
||||
4. Paste the content and save
|
||||
|
||||
### Using Plugins
|
||||
|
||||
1. **Install from OpenWebUI Community (Recommended)**:
|
||||
@@ -117,11 +110,14 @@ hide:
|
||||
- Browse the plugins and select the one you like.
|
||||
- Click "Get" to import it directly into your OpenWebUI instance.
|
||||
|
||||
2. **Manual Installation**:
|
||||
- Browse the [Plugin Center](plugins/index.md) and download the plugin file (`.py`)
|
||||
- Open OpenWebUI **Admin Panel** → **Settings** → **Plugins**
|
||||
- Click the upload button and select the `.py` file
|
||||
- Refresh the page and enable the plugin in your chat settings
|
||||
2. **Quick Install All Plugins**: To install all plugins to your local OpenWebUI instance at once, clone this repo and run `python scripts/install_all_plugins.py` after configuring your API key in `.env` — see [Deployment Guide](../scripts/DEPLOYMENT_GUIDE.md) for details.
|
||||
|
||||
### Using Prompts
|
||||
|
||||
1. Browse the [Prompt Library](prompts/library.md) and select a prompt
|
||||
2. Click the **Copy** button to copy the prompt to your clipboard
|
||||
3. In OpenWebUI, click the "Prompt" button above the input box
|
||||
4. Paste the content and save
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -103,13 +103,6 @@ hide:
|
||||
|
||||
## 快速入门
|
||||
|
||||
### 使用提示词
|
||||
|
||||
1. 浏览[提示词库](prompts/library.md)并选择一个提示词
|
||||
2. 点击**复制**按钮将提示词复制到剪贴板
|
||||
3. 在 OpenWebUI 中,点击输入框上方的"提示词"按钮
|
||||
4. 粘贴内容并保存
|
||||
|
||||
### 使用插件
|
||||
|
||||
1. **从 OpenWebUI 社区安装 (推荐)**:
|
||||
@@ -117,11 +110,14 @@ hide:
|
||||
- 浏览插件列表,选择你喜欢的插件。
|
||||
- 点击 "Get" 按钮,将其直接导入到你的 OpenWebUI 实例中。
|
||||
|
||||
2. **手动安装**:
|
||||
- 浏览[插件中心](plugins/index.md)并下载插件文件(`.py`)
|
||||
- 打开 OpenWebUI **管理面板** → **设置** → **插件**
|
||||
- 点击上传按钮并选择 `.py` 文件
|
||||
- 刷新页面并在聊天设置中启用插件
|
||||
2. **快速安装全部插件**:想要一次性安装此项目中的所有插件到本地 OpenWebUI 实例,克隆此仓库后运行 `python scripts/install_all_plugins.py`,并在 `.env` 中配置好 API 密钥,详见[部署指南](../scripts/DEPLOYMENT_GUIDE.md)。
|
||||
|
||||
### 使用提示词
|
||||
|
||||
1. 浏览[提示词库](prompts/library.md)并选择一个提示词
|
||||
2. 点击**复制**按钮将提示词复制到剪贴板
|
||||
3. 在 OpenWebUI 中,点击输入框上方的"提示词"按钮
|
||||
4. 粘贴内容并保存
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user