From a6a078723012894b85c2dfdc0bc3788eb30dee47 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 20 Apr 2024 19:06:50 -0700 Subject: [PATCH] fix - api_ref title --- ui/litellm-dashboard/src/components/api_ref.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/api_ref.tsx b/ui/litellm-dashboard/src/components/api_ref.tsx index 1524107639..a654f6f7b8 100644 --- a/ui/litellm-dashboard/src/components/api_ref.tsx +++ b/ui/litellm-dashboard/src/components/api_ref.tsx @@ -35,8 +35,7 @@ const APIRef = ({}) => { <>
- - OpenAI Compatible Proxy: API Reference +

OpenAI Compatible Proxy: API Reference

LiteLLM is OpenAI Compatible. This means your API Key works with the OpenAI SDK. Just replace the base_url to point to your litellm proxy. Example Below