diff --git a/openai-proxy/utils.py b/openai-proxy/utils.py index 70a6f0e6c..59d5c9bc3 100644 --- a/openai-proxy/utils.py +++ b/openai-proxy/utils.py @@ -4,7 +4,7 @@ dotenv.load_dotenv() # load env variables def set_callbacks(): ## LOGGING - if len(os.getenv("SET_VERBOSE")) > 0: + if len(os.getenv("SET_VERBOSE", "")) > 0: if os.getenv("SET_VERBOSE") == "True": litellm.set_verbose = True else: