chore: disable premium license activation
This commit is contained in:
parent
79635badf7
commit
594bc534e5
@ -99,6 +99,7 @@ class LicenseCheck:
|
|||||||
1. verify_license_without_api_request: checks if license was generate using private / public key pair
|
1. verify_license_without_api_request: checks if license was generate using private / public key pair
|
||||||
2. _verify: checks if license is valid calling litellm API. This is the old way we were generating/validating license
|
2. _verify: checks if license is valid calling litellm API. This is the old way we were generating/validating license
|
||||||
"""
|
"""
|
||||||
|
return False
|
||||||
try:
|
try:
|
||||||
if not self._premium_check_logged:
|
if not self._premium_check_logged:
|
||||||
verbose_proxy_logger.debug(
|
verbose_proxy_logger.debug(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user