fix(router): align fallback semantics and oauth provider behavior
This commit is contained in:
@@ -178,7 +178,7 @@ const modelsSchema = z.object({
|
||||
fast: modelConfigSchema.optional(),
|
||||
default: modelConfigSchema,
|
||||
complex: modelConfigSchema.optional(),
|
||||
fallback_chain: z.array(z.string()).default(['anthropic']),
|
||||
fallback_chain: z.array(z.string()).default([]),
|
||||
local_providers: z.record(z.string(), modelConfigSchema).optional(),
|
||||
thinking: thinkingSchema,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user