mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-27 18:20:57 +00:00
(feat) proxy print set callbacks
This commit is contained in:
@@ -500,6 +500,7 @@ def load_router_config(router: Optional[litellm.Router], config_file_path: str):
|
||||
)
|
||||
elif key == "callbacks":
|
||||
litellm.callbacks = [get_instance_fn(value=value)]
|
||||
print_verbose(f"{blue_color_code} Initialized Callbacks - {litellm.callbacks} {reset_color_code}")
|
||||
elif key == "success_callback":
|
||||
litellm.success_callback = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user