mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 02:04:06 +00:00
queue new release
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 45s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 45s
This commit is contained in:
parent
10794868c1
commit
d558b643be
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ from enum import Enum
|
|||
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]] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue