We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed53b82 commit a74ecf5Copy full SHA for a74ecf5
litellm/__init__.py
@@ -69,10 +69,10 @@
69
litellm_mode = os.getenv("LITELLM_MODE", "DEV") # "PRODUCTION", "DEV"
70
if litellm_mode == "DEV":
71
dotenv.load_dotenv()
72
-###############################################
+################################################
73
if set_verbose == True:
74
_turn_on_debug()
75
76
### Callbacks /Logging / Success / Failure Handlers #####
77
CALLBACK_TYPES = Union[str, Callable, CustomLogger]
78
input_callback: List[CALLBACK_TYPES] = []
0 commit comments