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 5a4b6cd commit 2a92a60Copy full SHA for 2a92a60
litellm/__init__.py
@@ -45,7 +45,7 @@
45
if set_verbose == True:
46
_turn_on_debug()
47
#############################################
48
-### Callbacks /Logging / Success / Failure Handlers ###
+### Callbacks /Logging / Success / Failure Handlers ####
49
input_callback: List[Union[str, Callable]] = []
50
success_callback: List[Union[str, Callable]] = []
51
failure_callback: List[Union[str, Callable]] = []
0 commit comments