mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Add ability to configure a custom proxy base URL in the Playground UI, enabling control plane/data plane architecture where: - Control Plane: Has UI but LLM APIs disabled (DISABLE_LLM_API_ENDPOINTS=true) - Data Plane: Has LLM APIs but UI disabled Changes: - Add "Custom Proxy Base URL" input field in Playground settings - Persist custom URL in sessionStorage for user convenience - Modify getProxyBaseUrl() to check sessionStorage first - All API calls now route to custom URL when configured This allows users to run the UI on control plane and point API calls to a separate data plane endpoint. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||