mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Update proxy_server.py
intialize -> initialize
This commit is contained in:
parent
6aa9276253
commit
c2adf3c247
1 changed files with 2 additions and 2 deletions
|
@ -1842,7 +1842,7 @@ class ProxyConfig:
|
|||
elif key == "success_callback":
|
||||
litellm.success_callback = []
|
||||
|
||||
# intialize success callbacks
|
||||
# initialize success callbacks
|
||||
for callback in value:
|
||||
# user passed custom_callbacks.async_on_succes_logger. They need us to import a function
|
||||
if "." in callback:
|
||||
|
@ -1858,7 +1858,7 @@ class ProxyConfig:
|
|||
elif key == "failure_callback":
|
||||
litellm.failure_callback = []
|
||||
|
||||
# intialize success callbacks
|
||||
# initialize success callbacks
|
||||
for callback in value:
|
||||
# user passed custom_callbacks.async_on_succes_logger. They need us to import a function
|
||||
if "." in callback:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue