add tool tip for foundry

This commit is contained in:
Ishaan Jaff 2025-03-14 21:34:17 -07:00
parent 5786f086d5
commit 7b32d1de04

View file

@ -181,7 +181,8 @@ const PROVIDER_CREDENTIAL_FIELDS: Record<Providers, ProviderCredentialField[]> =
{
key: "api_base",
label: "API Base",
placeholder: "https://litellm8397336933.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-10-21",
placeholder: "https://<test>.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-10-21",
tooltip: "Enter your full Target URI from Azure Foundry here. Example: https://litellm8397336933.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-10-21",
required: true
},
{