From 629ce6c19a6e71853a233d496053356c1dc97d08 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 10 Mar 2025 12:20:37 -0700 Subject: [PATCH] fix linting error --- ui/litellm-dashboard/src/components/transform_request.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/transform_request.tsx b/ui/litellm-dashboard/src/components/transform_request.tsx index 879132ef50..5d405df78f 100644 --- a/ui/litellm-dashboard/src/components/transform_request.tsx +++ b/ui/litellm-dashboard/src/components/transform_request.tsx @@ -156,7 +156,7 @@ ${formattedBody} }}>

Original Request

-

The request you would send to LiteLLM's `/chat/completions` endpoint.

+

The request you would send to LiteLLM's /chat/completions endpoint.