forked from phoenix/litellm-mirror
(feat) new ui build
This commit is contained in:
parent
1227964155
commit
1dfb302dc7
17 changed files with 16 additions and 12 deletions
|
@ -52,6 +52,10 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
if (!modelData) {
|
||||
return <div>Loading...</div>;
|
||||
}
|
||||
|
||||
if (!accessToken || !token || !userRole || !userID) {
|
||||
return <div>Loading...</div>;
|
||||
}
|
||||
let all_models_on_proxy: any[] = [];
|
||||
|
||||
// loop through model data and edit each row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue