We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22da3 commit 10d7a5aCopy full SHA for 10d7a5a
src/lib/server/models.ts
@@ -22,7 +22,7 @@ const modelConfig = z.object({
22
/** Used as an identifier in DB */
23
id: z.string().optional(),
24
/** Used to link to the model page, and for inference */
25
- name: z.string().min(1),
+ name: z.string().default(""),
26
displayName: z.string().min(1).optional(),
27
description: z.string().min(1).optional(),
28
websiteUrl: z.string().url().optional(),
0 commit comments