Update index.mdx

This commit is contained in:
Timothy Jaeryang Baek 2024-12-28 20:56:38 -08:00
parent e8c0f9ddb0
commit f775a7eb54

View File

@ -19,9 +19,9 @@ There are **three types of Functions** in OpenWebUI, each with a specific purpos
---
### 1. [**Pipe Function** Create Custom "Models" ](./pipe.mdx)
### 1. [**Pipe Function** Create Custom "Agents/Models" ](./pipe.mdx)
A **Pipe Function** is how you create **custom models** or integrations, which then appear in the interface as if they were standalone models.
A **Pipe Function** is how you create **custom agents/models** or integrations, which then appear in the interface as if they were standalone models.
**What does it do?**
- Pipes let you define complex workflows. For instance, you could create a Pipe that sends data to **Model A** and **Model B**, processes their outputs, and combines the results into one finalized answer.