forked from phoenix/litellm-mirror
(fix) proxy setting success callbacks
This commit is contained in:
parent
4ff68c8562
commit
d6dc28f0ed
2 changed files with 5 additions and 8 deletions
|
@ -1675,9 +1675,9 @@ class ProxyConfig:
|
|||
# these are litellm callbacks - "langfuse", "sentry", "wandb"
|
||||
else:
|
||||
litellm.success_callback.append(callback)
|
||||
verbose_proxy_logger.debug(
|
||||
print( # noqa
|
||||
f"{blue_color_code} Initialized Success Callbacks - {litellm.success_callback} {reset_color_code}"
|
||||
)
|
||||
) # noqa
|
||||
elif key == "failure_callback":
|
||||
litellm.failure_callback = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue