mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
refactor(proxy_server): clean up print statements
This commit is contained in:
parent
3f0bbacac7
commit
06f930a5fb
9 changed files with 775 additions and 2 deletions
|
@ -88,9 +88,7 @@ def print_verbose(print_statement):
|
|||
print(print_statement)
|
||||
|
||||
def usage_telemetry(feature: str): # helps us know if people are using this feature. Set `litellm --telemetry False` to your cli call to turn this off
|
||||
print(f"user_telemtry: {user_telemetry}")
|
||||
if user_telemetry:
|
||||
print(f"feature telemetry: {feature}")
|
||||
data = {
|
||||
"feature": feature # "local_proxy_server"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue