mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
lazy load LLMs even harder
This commit is contained in:
@@ -14,7 +14,12 @@ export namespace Config {
|
||||
|
||||
export const Info = z
|
||||
.object({
|
||||
providers: Provider.Info.array().optional(),
|
||||
provider: Provider.Info.array().optional(),
|
||||
tool: z
|
||||
.object({
|
||||
provider: z.record(z.string(), z.string().array()).optional(),
|
||||
})
|
||||
.optional(),
|
||||
})
|
||||
.strict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user