zen: raise limit

This commit is contained in:
Frank
2026-03-10 14:40:14 -04:00
parent a3acc03f22
commit de8b9215fb
4 changed files with 20 additions and 4 deletions
@@ -8,6 +8,7 @@ export namespace Subscription {
const LimitsSchema = z.object({
free: z.object({
promoTokens: z.number().int(),
newDailyRequests: z.number().int(),
dailyRequests: z.number().int(),
checkHeader: z.string(),
fallbackValue: z.number().int(),