You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strip proprietary enterprise code from published images
enterprise/LICENSE.md forbids redistribution without a BerriAI
subscription; the rest of LiteLLM is MIT. Remove the litellm-enterprise
package and /app/enterprise so the published images are MIT-only, and
smoke-check that the proxy still imports without them (all litellm
imports of litellm_enterprise are ImportError-guarded).
0 commit comments