open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
665 stars 179 forks source link

feat: pypi release (bundling with open-webui) #1

Open tjbck opened 3 months ago

tjbck commented 3 months ago

e.g. pip install open-webui[pipelines] to install

pipelines serve -d ./path/to/pipelines to serve

tcztzy commented 3 months ago

We need to publish this to pypi as name like open-webui-pipelines and add optional pipelines feature to open-webui deps on open-webui-pipelines

tcztzy commented 3 months ago

I will move main.py and other py file into a directory in case not conflict with the open-webui's main.py.

tcztzy commented 3 months ago

We need to publish this to pypi as name like open-webui-pipelines and add optional pipelines feature to open-webui deps on open-webui-pipelines

or we can use open-webui <other args> --pipelines ./path/to/pipelines to start them all