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