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