forked from phoenix/litellm-mirror
(feat) use user_notification table
This commit is contained in:
parent
b989f19e6e
commit
cdbfac4c07
4 changed files with 19 additions and 12 deletions
|
@ -4149,9 +4149,10 @@ async def user_request_model(request: Request):
|
|||
"models": new_models,
|
||||
"justification": justification,
|
||||
"user_id": user_id,
|
||||
"status": "pending",
|
||||
"request_id": str(uuid.uuid4()),
|
||||
},
|
||||
table_name="model_request",
|
||||
table_name="user_notification",
|
||||
)
|
||||
return {"status": "success"}
|
||||
# update based on remaining passed in values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue