mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test) proxy callbacks
This commit is contained in:
parent
38fe80266f
commit
04f6b976e9
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ import importlib, inspect
|
|||
litellm.success_callback = []
|
||||
litellm.callbacks = []
|
||||
litellm.failure_callback = []
|
||||
litellm._async_success_callback = []
|
||||
|
||||
# test /chat/completion request to the proxy
|
||||
from fastapi.testclient import TestClient
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue