Merge branch 'fix/preview_token'

This commit is contained in:
Nicolas 2025-03-06 19:17:09 -03:00
commit 7ec1437d14

View File

@ -137,8 +137,8 @@ const RATE_LIMITS = {
extract_pro: 1000,
},
preview: {
free: 0,
default: 0,
free: 5,
default: 5,
},
account: {
free: 100,