mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
build(litellm_server/main.py): loading env variables in utils
This commit is contained in:
parent
c0f66368f2
commit
f01f181aaa
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue