diff --git a/ui/litellm-dashboard/src/app/model_hub/page.tsx b/ui/litellm-dashboard/src/app/model_hub/page.tsx
index 35abf9d12e..76e9fc342b 100644
--- a/ui/litellm-dashboard/src/app/model_hub/page.tsx
+++ b/ui/litellm-dashboard/src/app/model_hub/page.tsx
@@ -2,7 +2,7 @@
import React, { Suspense, useEffect, useState } from "react";
import { useSearchParams } from "next/navigation";
import { modelHubCall } from "@/components/networking";
-import ModelHub from "@/components/model_hub";
+import PublicModelHubPage from "@/components/public_model_hub";
export default function PublicModelHub() {
const searchParams = useSearchParams()!;
@@ -20,6 +20,6 @@ export default function PublicModelHub() {
*
*/
return (
-
Filter by key:
---{model.model_group} -- -copyToClipboard(model.model_group)} - style={{ cursor: "pointer", marginRight: "10px" }} - /> -
- Ask your proxy admin to enable this on their Admin UI. -
-- Model Information & Usage -
- -{JSON.stringify(selectedModel, null, 2)}
- Additional Params: {JSON.stringify(selectedModel.litellm_params)}
*/} - - {/* Add other model details here */} -+ A list of all public model names personally available to you. +
+{customDocsDescription ? customDocsDescription : "Proxy Server to call 100+ LLMs in the OpenAI format."}
-{customDocsDescription ? customDocsDescription : "Proxy Server to call 100+ LLMs in the OpenAI format."}
+