mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 09:35:05 +00:00
wip: refactoring tui
This commit is contained in:
@@ -14,7 +14,7 @@ export namespace Config {
|
||||
|
||||
export const Info = z
|
||||
.object({
|
||||
providers: z.record(z.string(), Provider.Info).optional(),
|
||||
providers: Provider.Info.array().optional(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user