open-webui / pipelines

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

uv speedup #242

Open g4challenge opened 3 weeks ago

g4challenge commented 3 weeks ago

Pipelines is already using uv in the dockerfile.

Yet in main.py and start.sh some "old" python pip is still in existence.

For pipelines being easier, and also potentially safer - i would wish and recommend to adapt main.py and start.sh for using uv by default.