Update README.md

This commit is contained in:
Timothy Jaeryang Baek 2025-03-18 07:16:15 -07:00
parent a80ce9b5fe
commit d2b7077cce

View File

@ -5,7 +5,7 @@
# Pipelines: UI-Agnostic OpenAI API Plugin Framework
> [!TIP]
> **Do NOT use Pipelines!**
> **DO NOT USE PIPELINES!**
>
> If your goal is simply to add support for additional providers like Anthropic or basic filters, you likely don't need Pipelines . For those cases, Open WebUI Functions are a better fit—it's built-in, much more convenient, and easier to configure. Pipelines, however, comes into play when you're dealing with computationally heavy tasks (e.g., running large models or complex logic) that you want to offload from your main Open WebUI instance for better performance and scalability.