feat: add local_providers to config schema
This commit is contained in:
@@ -26,6 +26,7 @@ const modelsSchema = z.object({
|
|||||||
default: modelConfigSchema,
|
default: modelConfigSchema,
|
||||||
complex: modelConfigSchema.optional(),
|
complex: modelConfigSchema.optional(),
|
||||||
fallback_chain: z.array(z.string()).default(['anthropic']),
|
fallback_chain: z.array(z.string()).default(['anthropic']),
|
||||||
|
local_providers: z.record(z.string(), modelConfigSchema).optional(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const backendsSchema = z.object({
|
const backendsSchema = z.object({
|
||||||
|
|||||||
Reference in New Issue
Block a user