mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
chore(ui): regenerate schema.d.ts for enforce_fallback_model_access
This commit is contained in:
parent
d4c3b3e7c1
commit
42774ea32a
1 changed files with 5 additions and 0 deletions
5
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
5
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -24972,6 +24972,11 @@ export interface components {
|
|||
* @default false
|
||||
*/
|
||||
enable_public_model_hub: boolean;
|
||||
/**
|
||||
* Enforce Fallback Model Access
|
||||
* @description If True, router fallbacks configured in router_settings are only attempted when the calling key (and its team and project) is allowed to call the fallback model; unauthorized fallback targets are skipped and the primary model's error is returned. Default is False.
|
||||
*/
|
||||
enforce_fallback_model_access?: boolean | null;
|
||||
/**
|
||||
* Forward Client Headers To Llm Api
|
||||
* @description If True, forwards client headers (e.g. Authorization) to the LLM API. Required for Claude Code with Max subscription.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue