From 80bee16a9743fb33b5166d49f510fac4b0a7ef10 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 30 Dec 2024 12:24:36 -0800 Subject: [PATCH] Update pipe.mdx --- docs/features/plugin/functions/pipe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/functions/pipe.mdx b/docs/features/plugin/functions/pipe.mdx index 6f42325..0eec764 100644 --- a/docs/features/plugin/functions/pipe.mdx +++ b/docs/features/plugin/functions/pipe.mdx @@ -3,7 +3,7 @@ sidebar_position: 1 title: "🚰 Pipe Function" --- -# 🚰 Pipe Function: Extending Open WebUI with Custom Logic +# 🚰 Pipe Function: Custom Model/Agent Welcome to this guide on creating **Pipes** in Open WebUI! Think of Pipes as a way to **adding** a new model to Open WebUI. In this document, we'll break down what a Pipe is, how it works, and how you can create your own to add custom logic and processing to your Open WebUI models. We'll use clear metaphors and go through every detail to ensure you have a comprehensive understanding.