From f3b5a27c7abbaa21f55665ff1a49a29eb388d007 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 16:42:59 -0800 Subject: [PATCH] (feat) ui cleanup model dashboard --- .../src/components/model_dashboard.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index a454399f09..a2673eb4e3 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -87,22 +87,21 @@ const ModelDashboard: React.FC = ({
- Available Models - Model Name - Provider - Input Price per token ($) - Output Price per token ($) - Max Tokens + Model Name + Provider + Input Price per token ($) + Output Price per token ($) + Max Tokens {modelData.data.map((model: any) => ( -

{model.model_name}

+ {model.model_name} {model.provider} {model.input_cost} {model.output_cost}