From 0e400ecbfc04c2d07515235e0ed3f2e8b0cfbe3d Mon Sep 17 00:00:00 2001 From: Sahaj Jain Date: Wed, 1 Oct 2025 16:58:50 +0530 Subject: [PATCH] increase max ai free requests to 5 --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index ee6f2506..590bf1b6 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -2,7 +2,7 @@ export const AI_PROMPT_CHARACTER_LIMIT = 500; export const DEBOUNCE_DELAY = 50; -export const AI_REQUEST_FREE_TIER_LIMIT = 3; +export const AI_REQUEST_FREE_TIER_LIMIT = 5; export const MAX_IMAGE_FILES = 2; export const MAX_IMAGE_FILE_SIZE = 4 * 1024 * 1024; // 4MB