Skip to content

Commit

Permalink
queue new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 4, 2024
1 parent 1079486 commit d558b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litellm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
litellm_mode = os.getenv("LITELLM_MODE", "DEV") # "PRODUCTION", "DEV"
if litellm_mode == "DEV":
dotenv.load_dotenv()
##############################################
############################################
if set_verbose == True:
_turn_on_debug()
##############################################
############################################
### Callbacks /Logging / Success / Failure Handlers ###
input_callback: List[Union[str, Callable]] = []
success_callback: List[Union[str, Callable]] = []
Expand Down

0 comments on commit d558b64

Please sign in to comment.