From afe741b63e0569e46e5e586622eee5708f1bb3aa Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 28 May 2025 13:57:02 -0400 Subject: add cost --- js/src/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/app') 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; -- cgit v1.2.3