diff --git a/web/context/provider-context.tsx b/web/context/provider-context.tsx index 0ac81278a2..11340f6acd 100644 --- a/web/context/provider-context.tsx +++ b/web/context/provider-context.tsx @@ -120,7 +120,7 @@ export const ProviderContextProvider = ({ if (localStorage.getItem('anthropic_quota_notice') === 'true') return - if (dayjs().isAfter(dayjs('2025-03-11'))) + if (dayjs().isAfter(dayjs('2025-03-17'))) return if (providersData?.data && providersData.data.length > 0) {