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}`; diff --git a/app/package.json b/app/package.json index 85d69432..00960e5f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.57.5", + "version": "1.57.6", "main": "module/module.js", "license": "MIT", "scripts": {