mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
5 lines
No EOL
107 B
Python
5 lines
No EOL
107 B
Python
set_verbose = False
|
|
|
|
def print_verbose(print_statement):
|
|
if set_verbose:
|
|
print(print_statement) |