mirror of
https://github.com/jnsahaj/tweakcn.git
synced 2026-08-28 23:02:07 +08:00
increase max ai free requests to 5
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user