diff --git a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx index 83d539688ad..26585d45829 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx @@ -2094,7 +2094,7 @@ const ChatUI: React.FC = ({

SDK Type

setSelectedSdk(value as "openai" | "azure")}> - + {selectedSdk === "azure" ? "Azure SDK" : "OpenAI SDK"} OpenAI SDK