build(litellm_server/main.py): loading env variables in utils
This commit is contained in:
parent
c0f66368f2
commit
f01f181aaa
@ -1,5 +1,7 @@
|
||||
import os, litellm
|
||||
import pkg_resources
|
||||
import dotenv
|
||||
dotenv.load_dotenv() # load env variables
|
||||
|
||||
def print_verbose(print_statement):
|
||||
if os.environ["SET_VERBOSE"] == "True":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user