From b32db28a3d5d8ebf395f666eaee0e79ad6fcf359 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza <8016841+diegosouzapw@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:34:22 -0300 Subject: [PATCH] Update src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .../(dashboard)/dashboard/endpoint/EndpointPageClient.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx index c50efc6e22..d2ee66b3e5 100644 --- a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx +++ b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx @@ -538,13 +538,7 @@ export default function APIPageClient({ machineId }) {

Available Endpoints

- {endpointData.chat.length + - endpointData.embeddings.length + - endpointData.images.length + - endpointData.rerank.length + - endpointData.audioTranscription.length + - endpointData.audioSpeech.length + - endpointData.moderation.length}{" "} + {Object.values(endpointData).reduce((acc, models) => acc + models.length, 0)}{" "} models across{" "} { [