diff --git a/api/prompt/_shared.ts b/api/prompt/_shared.ts index a2f1f0b3..590b58bc 100644 --- a/api/prompt/_shared.ts +++ b/api/prompt/_shared.ts @@ -39,7 +39,7 @@ export async function handleRateLimit( redis: kv, limiter: isPro ? Ratelimit.slidingWindow(3, "1m") - : Ratelimit.fixedWindow(2, "30d"), + : Ratelimit.fixedWindow(0, "30d"), }); const rateLimitKey = isPro ? `pro_${customerId}` : `unauth_${ip}`;