mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #13108] feat: Make connection to Pipeline service automatic with env variable #32341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikkeschiren on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13108
Check Existing Issues
Problem Description
Every time I start developing with Open Web UI I need to manually set the connection to the pipeline service (in my case a docker container service).
Desired Solution you'd like
As the pipeline service should be something that most setups needs, It should be nice if the connection to the pipeline service could be automated. Like with a ENV variable, so if that variable is set, the connection to the pipeline services is activated on startup.
PIPELINE_SERVICE=http://host.docker.internal:9099
PIPELINE_AUTH_TOKEN=0p3n-w3bu!
So if the variable PIPELINE_SERVICE is set, it should contect to it on startup, with provided token, without the need for activating through UI.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Apr 21, 2025):
Supported already.
@mikkeschiren commented on GitHub (Apr 21, 2025):
Sorry - but where is that documented?
@mikkeschiren commented on GitHub (Apr 21, 2025):
Ok, I found it. Pipelines is connected wirth env variable
OPENAI_API_BASE_URLS, just add pipeline containers address together with the one to https://api.openai.com/v1 - like:And the key like: