mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(ci/cd) add print_verbose for /key/generate
This commit is contained in:
parent
dfdd329ddf
commit
40aaac69cc
3 changed files with 7 additions and 2 deletions
|
@ -417,6 +417,9 @@ class PrismaClient:
|
|||
db_data["token"] = hashed_token
|
||||
max_budget = db_data.pop("max_budget", None)
|
||||
user_email = db_data.pop("user_email", None)
|
||||
print_verbose(
|
||||
"PrismaClient: Before upsert into litellm_verificationtoken"
|
||||
)
|
||||
new_verification_token = await self.db.litellm_verificationtoken.upsert( # type: ignore
|
||||
where={
|
||||
"token": hashed_token,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue