v1.20.9
·
13102 commits
to main
since this release
Ui v2.0
Admin UI is now on the Proxy Server
- When you start the proxy you'll be able to find your admin UI link on the swagger docs
- The UI is a Static App h/t @Manouchehri for this suggestion
- Doc on getting started: https://docs.litellm.ai/docs/proxy/ui
- cc @bsu3338 this change impacts you - the UI is by default on the proxy server (GIF shows how to get the UI link), let me know if you have any questions
Admin UI uses jwts
- The UI never shows a Proxy API key in the URL param (we've move to jwts in the query params) cc @Manouchehri
Admin UI - Remove'd the need for setting allow_user_auth: True if user is logged in with SSO)
- [Fix] UI - Use jwts by @ishaan-jaff in #1730
- [Feat] Add Admin UI on Proxy Server (Static Web App) by @ishaan-jaff in #1726
- [Fix-UI] If user is already logged in using SSO, set allow_user_auth: True by @ishaan-jaff in #1728 * [Fix] UI - Use jwts by @ishaan-jaff in #1730
Full Changelog: v1.20.8...v1.20.9