mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
* fix(proxy_setting_endpoints.py): add new GET /in_product_nudges route allows for context-based nudges * feat: initial commit, adding in-product nudge for claude code usage helps us talk to more litellm x claude code users * fix: link out to google form for claude code in-product nudge * feat(index.json): add new guide * feat(index.json): add new claude code guides * fix: link out * fix: remove baselines |
||
|---|---|---|
| .. | ||
| __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.