mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
zen: raise limit
This commit is contained in:
parent
1fe8d4d7ad
commit
e6cdc21f2d
4 changed files with 20 additions and 4 deletions
|
|
@ -28,6 +28,7 @@ export namespace ZenData {
|
|||
stickyProvider: z.enum(["strict", "prefer"]).optional(),
|
||||
trialProvider: z.string().optional(),
|
||||
fallbackProvider: z.string().optional(),
|
||||
rateLimit: z.number().optional(),
|
||||
providers: z.array(
|
||||
z.object({
|
||||
id: z.string(),
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue