Merge branch 'main' of https://gitea.rpgrepublic.net/lasta/AI
This commit is contained in:
@@ -94,7 +94,7 @@ export const extractorModelsResponseSchema = z.object({
|
|||||||
z
|
z
|
||||||
.object({
|
.object({
|
||||||
id: z.string(),
|
id: z.string(),
|
||||||
owned_by: z.string().optional(),
|
owned_by: z.string().nullish(),
|
||||||
})
|
})
|
||||||
.passthrough(),
|
.passthrough(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user