-
-
Notifications
You must be signed in to change notification settings - Fork 4k
ui new build #13954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ui new build #13954
Conversation
For extra context, I ran this locally using cd ui/litellm-dashboard/ && npm run dev litellm --model gpt-3.5-turbo --port 4000
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a Loom and PR description
hi @atapia27 can you add a loom of your change |
wildcard models is not adding all the models in the list, it's exposing a wildcard route - https://docs.litellm.ai/docs/wildcard_routing |
Loom: https://www.loom.com/share/ff80c3ed9dc54461a88f56d6ff6fb0b0?sid=39e70276-be6c-43cc-a7f9-00b4ada18af4
GENERAL LAYOUT AND STYLE CHANGES
Grouped related and dependent settings to better convey purpose and functionality. Renamed a few for the same purpose.
Enhanced tooltips with more descriptive text (some also include links for confusing settings)
Removed text descriptions that appeared under fields since it was redundant given existing tooltips
Added disabled states for settings that shouldn't be editable until requirements are met
SPECIFIC CONCERNS ADRESSED BRIEFLY (Detailed explanation in ADD_MODELS_CHANGES.md)
What is 'public model'?
How does load balancing work?
What is the difference between public model and litellm model?
What is ‘Team-BYOK model’?
Advanced Users
(Note: None of these solutions are functional, they are simply prototypes)