fix imports

This commit is contained in:
Ishaan Jaff 2025-06-28 15:01:47 -07:00
parent 0c19414b36
commit ca8910496e

View file

@ -73,7 +73,6 @@ litellm_mode = os.getenv("LITELLM_MODE", "DEV") # "PRODUCTION", "DEV"
if litellm_mode == "DEV":
dotenv.load_dotenv()
from litellm.model_registry import *
##################################################
if set_verbose == True:
_turn_on_debug()