diff options
Diffstat (limited to 'js/src/app')
| -rw-r--r-- | js/src/app/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/app/config.ts b/js/src/app/config.ts index 77a1f606f..a3edbf889 100644 --- a/js/src/app/config.ts +++ b/js/src/app/config.ts @@ -22,7 +22,7 @@ export namespace Config { export const Provider = z.object({ options: z.record(z.string(), z.any()).optional(), - models: z.record(z.string(), Model).optional(), + models: z.record(z.string(), Model), }); export type Provider = z.output<typeof Provider>; |
