zen: make session provider sticky
This commit is contained in:
parent
6b80fff2bb
commit
bcf740f98a
3 changed files with 30 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ export namespace ZenData {
|
|||
cost: ModelCostSchema,
|
||||
cost200K: ModelCostSchema.optional(),
|
||||
allowAnonymous: z.boolean().optional(),
|
||||
stickyProvider: z.boolean().optional(),
|
||||
trial: z
|
||||
.object({
|
||||
limit: z.number(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue