Previously this setting was only honored via the AUTO_REDIRECT_UI_LOGIN_TO_SSO environment variable. Now it can also be set in config.yaml under general_settings, matching the pattern used by other proxy settings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| README.md | ||
| ui_discovery_endpoints.py | ||
Return the proxy base url and server root path, so UI can construct the correct url to access the proxy.
This is useful when the proxy is deployed at a different path than the root of the domain.
How to use
Action Route the /litellm path to the proxy.
Result The UI will call /litellm/.well-known/litellm-ui-config to get the proxy base url and server root path.