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 8d92d59998d..c98434bd559 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 @@ -2087,7 +2087,7 @@ const ChatUI: React.FC = ({

SDK Type

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