Update faq.md

Fix grammar and remove redundancy in explanation of Functions and Pipelines execution.
This commit is contained in:
Vitalii Ivanov 2025-01-26 10:04:37 -03:00 committed by GitHub
parent d8f9c55460
commit 09ac7e5ce5

View File

@ -7,4 +7,4 @@ title: "❓ FAQ"
**What's the difference between Functions and Pipelines?** **What's the difference between Functions and Pipelines?**
The main difference between Functions and Pipelines are that Functions are executed directly on the Open WebUI server, while Pipelines are executed on a separate server. Pipelines also execute on a separate server, potentially reducing the load on your Open WebUI instance. The main difference between Functions and Pipelines is that Functions are executed directly on the Open WebUI server, while Pipelines are executed on a separate server, potentially reducing the load on your Open WebUI instance.