mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 11:10:14 +00:00
build(litellm_server/main.py): loading env variables in utils
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user