diff --git a/src/components/providers/forms/OpenCodeFormFields.tsx b/src/components/providers/forms/OpenCodeFormFields.tsx index ffbf2dbb..792d7add 100644 --- a/src/components/providers/forms/OpenCodeFormFields.tsx +++ b/src/components/providers/forms/OpenCodeFormFields.tsx @@ -130,26 +130,24 @@ export function OpenCodeFormFields({ websiteUrl={websiteUrl} /> - {/* Base URL (only for compatible providers) */} - {npm === "@ai-sdk/openai-compatible" && ( -
- {t("opencode.baseUrlHint", { - defaultValue: - "The base URL for OpenAI-compatible API endpoints.", - })} -
-+ {t("opencode.baseUrlHint", { + defaultValue: + "The base URL for the API endpoint. Leave empty to use the default endpoint for official SDKs.", + })} +
+