mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 06:22:12 +00:00
ci/cd new release
This commit is contained in:
+2
-2
@@ -76,10 +76,10 @@ import dotenv
|
||||
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 #####
|
||||
CALLBACK_TYPES = Union[str, Callable, CustomLogger]
|
||||
input_callback: List[CALLBACK_TYPES] = []
|
||||
|
||||
Reference in New Issue
Block a user