mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(litellm_license.py): fix json handling
This commit is contained in:
parent
a8d7ce3657
commit
29a26af298
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class LicenseCheck:
|
|||
|
||||
response_json = response.json()
|
||||
|
||||
premium = response_json["valid"]
|
||||
premium = response_json["verify"]
|
||||
|
||||
assert isinstance(premium, bool)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue