mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #921] Add litellm to kubernetes path #12252
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 @jannikstdl on GitHub (Feb 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/921
We should add this to our k8s/helm and docker-compose yamls.
Maybe @duhow @braveokafor can help with this.
https://litellm.vercel.app/docs/proxy/deploy
@duhow commented on GitHub (Feb 26, 2024):
I'm guessing you want to decouple services/dependencies from the whole
open-webuiimage in separated services, or is there any other plan?How do we want to scale that service?
@tjbck commented on GitHub (Feb 26, 2024):
FYI, Our webui already ships with LiteLLM proxy built-in!
@jannikstdl commented on GitHub (Feb 26, 2024):
Ok, so is works out of the box with the existing image?
Do i need to update test.json
for other providers?
@jannikstdl commented on GitHub (Feb 26, 2024):
Ok got it, I just need to read the new docs :D
https://docs.openwebui.com/tutorial/litellm
Maybe decouple litellm would nevertheless be a good idea.. but will close for noe