diff --git a/api/prompt/_shared.ts b/api/prompt/_shared.ts index 069c0d6a..d97c12be 100644 --- a/api/prompt/_shared.ts +++ b/api/prompt/_shared.ts @@ -30,7 +30,7 @@ export async function handleRateLimit(req: Request) { redis: kv, limiter: isPro ? Ratelimit.slidingWindow(3, "1m") - : Ratelimit.fixedWindow(3, "30d"), + : Ratelimit.fixedWindow(1, "30d"), }); const rateLimitKey = isPro ? `pro_${customerId}` : `unauth_${ip}`; diff --git a/app/package.json b/app/package.json index f7e54559..0a4028dd 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.54.2", + "version": "1.54.3", "main": "module/module.js", "license": "MIT", "scripts": {