mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(ui): regenerate schema.d.ts for cost_discount field
This commit is contained in:
parent
1255612c46
commit
29b189e26b
1 changed files with 6 additions and 0 deletions
6
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
6
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -25850,6 +25850,8 @@ export interface components {
|
|||
complexity_router_default_model?: string | null;
|
||||
/** Configurable Clientside Auth Params */
|
||||
configurable_clientside_auth_params?: (string | components["schemas"]["ConfigurableClientsideParamsCustomAuth-Input"])[] | null;
|
||||
/** Cost Discount */
|
||||
cost_discount?: number | null;
|
||||
/** Custom Llm Provider */
|
||||
custom_llm_provider?: string | null;
|
||||
/** Default Api Key Rpm Limit */
|
||||
|
|
@ -33833,6 +33835,8 @@ export interface components {
|
|||
base_model?: string | null;
|
||||
/** Blocked */
|
||||
blocked?: boolean | null;
|
||||
/** Cost Discount */
|
||||
cost_discount?: number | null;
|
||||
/** Created At */
|
||||
created_at?: string | null;
|
||||
/** Created By */
|
||||
|
|
@ -33940,6 +33944,8 @@ export interface components {
|
|||
complexity_router_default_model?: string | null;
|
||||
/** Configurable Clientside Auth Params */
|
||||
configurable_clientside_auth_params?: (string | components["schemas"]["ConfigurableClientsideParamsCustomAuth-Input"])[] | null;
|
||||
/** Cost Discount */
|
||||
cost_discount?: number | null;
|
||||
/** Custom Llm Provider */
|
||||
custom_llm_provider?: string | null;
|
||||
/** Default Api Key Rpm Limit */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue