increase max ai free requests to 5

This commit is contained in:
Sahaj Jain
2025-10-01 16:58:50 +05:30
parent 33e77bb949
commit 0e400ecbfc
+1 -1
View File
@@ -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