diff --git a/ui/litellm-dashboard/src/components/model_hub.tsx b/ui/litellm-dashboard/src/components/model_hub.tsx index c4b776ec29..f64e20e3a7 100644 --- a/ui/litellm-dashboard/src/components/model_hub.tsx +++ b/ui/litellm-dashboard/src/components/model_hub.tsx @@ -39,11 +39,6 @@ interface ModelInfo { max_output_tokens?: number; supported_openai_params?: string[]; - // Add other properties if needed - - } - - // Add other properties if needed } @@ -133,31 +128,7 @@ const ModelHub: React.FC = ({ /> - - - {modelHubData && modelHubData.map((model: ModelInfo) => ( - - - - - -
-                
-
-                {model.model_group}
-                
-
-                     copyToClipboard(model.model_group)} style={{ cursor: 'pointer', marginRight: '10px' }} />
-
-                    
-
-              
+
@@ -166,26 +137,7 @@ const ModelHub: React.FC = ({ Supports Vision: {model?.supports_vision == true ? "Yes" : "No"} Max Input Tokens: {model?.max_input_tokens ? model?.max_input_tokens : "N/A"} Max Output Tokens: {model?.max_output_tokens ? model?.max_output_tokens : "N/A"} - -
- -
- - - - showModal(model)} style={{ color: '#1890ff', fontSize: 'smaller' }}> - - View more - - - -
- -
- - ))} -
= ({ > {selectedModel && (
-

- Model Name: {selectedModel.model_group} -

- -

Model Information & Usage: {selectedModel.model_group}

+

Model Information & Usage