forked from phoenix/litellm-mirror
build(litellm_server/main.py): build fixes
This commit is contained in:
parent
f01f181aaa
commit
b061d61130
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ import dotenv
|
|||
dotenv.load_dotenv() # load env variables
|
||||
|
||||
def print_verbose(print_statement):
|
||||
print(f"SET_VERBOSE value: {os.environ['SET_VERBOSE']}")
|
||||
if os.environ["SET_VERBOSE"] == "True":
|
||||
print(print_statement)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue