BerriAI / litellm

Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]
https://docs.litellm.ai/docs/
Other
14.07k stars 1.66k forks source link

[Feature]: Helm chart repository #6828

Closed mohittalele closed 1 day ago

mohittalele commented 1 day ago

The Feature

Currently helm chart is hosted on github repo and its not a helm chart repo. is there a plan or create a separate helm chart repo for litellm ?

Motivation, pitch

if there is helm chart repo, I do not have pull the whole helm chart code.

Twitter / LinkedIn details

No response

krrishdholakia commented 1 day ago

Hey @mohittalele

if there is helm chart repo, I do not have pull the whole helm chart code.

what exactly does this mean?

currently all you need to do is run helm oci right?

helm pull oci://ghcr.io/berriai/litellm-helm

https://docs.litellm.ai/docs/proxy/deploy#step-1-pull-the-litellm-helm-chart-1

mohittalele commented 1 day ago

Hey @krrishdholakia ,

ahh I missed that info in docs. Now its works. thanks.