diff --git a/en/integrations/3rd-party-platform-integration/open-webui.md b/en/integrations/3rd-party-platform-integration/open-webui.md index d5bf8cfd..4e0db069 100644 --- a/en/integrations/3rd-party-platform-integration/open-webui.md +++ b/en/integrations/3rd-party-platform-integration/open-webui.md @@ -2,7 +2,7 @@ [Open WebUI](https://github.com/open-webui/open-webui) is an extensible, feature-rich, and user-friendly _self-hosted AI platform_ designed to operate entirely offline. -[Funcitons](https://docs.openwebui.com/features/plugin/functions/) are like plugins for Open WebUI. We can create a custom [Pipe Function](https://docs.openwebui.com/features/plugin/functions/pipe) that process inputs and generate responses by invoking Flowise Prediction API before returning results to the user. Through this, Flowise can be used in Open WebUI. +[Functions](https://docs.openwebui.com/features/plugin/functions/) are like plugins for Open WebUI. We can create a custom [Pipe Function](https://docs.openwebui.com/features/plugin/functions/pipe) that process inputs and generate responses by invoking Flowise Prediction API before returning results to the user. Through this, Flowise can be used in Open WebUI. ## Setup