mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix imports
This commit is contained in:
parent
0c19414b36
commit
ca8910496e
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue