|
|
@@ -44,8 +44,8 @@ export const Model = Schema.Struct({
|
|
|
),
|
|
|
modalities: Schema.optional(
|
|
|
Schema.Struct({
|
|
|
- input: Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"]))),
|
|
|
- output: Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"]))),
|
|
|
+ input: Schema.optional(Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"])))),
|
|
|
+ output: Schema.optional(Schema.mutable(Schema.Array(Schema.Literals(["text", "audio", "image", "video", "pdf"])))),
|
|
|
}),
|
|
|
),
|
|
|
experimental: Schema.optional(Schema.Boolean),
|