From 9760ccb24330e1d4e17a507c81c255945df98378 Mon Sep 17 00:00:00 2001 From: fujie Date: Mon, 9 Feb 2026 22:00:45 +0800 Subject: [PATCH] style: silence MD033 lint errors by wrapping with markdownlint-disable comments --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af96363..8e22db3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A collection of enhancements, plugins, and prompts for [OpenWebUI](https://githu ## 📦 Project Contents +
**🧩 Plugins (Actions, Filters, Pipes, Pipelines)** @@ -92,7 +93,9 @@ Located in the `plugins/` directory, containing Python-based enhancements: - **MoE Prompt Refiner** (`moe_prompt_refiner`): Refines prompts for Mixture of Experts (MoE) summary requests to generate high-quality comprehensive reports.
+ +
**🎯 Prompts (System Prompts for various roles)** @@ -101,6 +104,7 @@ System Prompts are managed in the `docs/prompts/` directory: - **[Prompt Library](./docs/prompts/library.md)**: A curated collection of fine-tuned prompts for Coding, Marketing, and Analysis.
+ ## 🛠️ Extensions