diff --git a/ui/litellm-dashboard/src/components/add_model/provider_specific_fields.tsx b/ui/litellm-dashboard/src/components/add_model/provider_specific_fields.tsx index 62fd3e4eb6..972f55baaa 100644 --- a/ui/litellm-dashboard/src/components/add_model/provider_specific_fields.tsx +++ b/ui/litellm-dashboard/src/components/add_model/provider_specific_fields.tsx @@ -181,7 +181,7 @@ const PROVIDER_CREDENTIAL_FIELDS: Record = { key: "api_base", label: "API Base", - placeholder: "https://...", + placeholder: "Enter your full Target URI from Azure Foundry here, ex. https://litellm8397336933.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-10-21", required: true }, {