mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 08:23:17 +00:00
fix(proxy_server.py): support list as well as direct input for custom callbacks
This commit is contained in:
@@ -1314,7 +1314,7 @@ class ProxyConfig:
|
||||
else:
|
||||
litellm.callbacks = [
|
||||
get_instance_fn(
|
||||
value=callback,
|
||||
value=value,
|
||||
config_file_path=config_file_path,
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user