collab: Add LLM request overage columns to billing_preferences
(#29446)
This PR adds two new columns to the `billing_preferences` table to allow users to opt in to overages on LLM requests. Release Notes: - N/A
This commit is contained in:
parent
12c645e154
commit
8b910e1cd9
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
alter table billing_preferences
|
||||
add column model_request_overages_enabled bool not null default false,
|
||||
add column model_request_overages_spend_limit_in_cents integer not null default 0;
|
Loading…
Add table
Add a link
Reference in a new issue