(chore) testing reset callbacks

This commit is contained in:
ishaan-jaff 2023-11-15 18:14:09 -08:00
parent fc8b54eb73
commit 15439a6aa9

View file

@ -58,10 +58,15 @@ def test_acompletion_sync():
print(f"error occurred: {traceback.format_exc()}")
pass
asyncio.run(completion_call())
# test_acompletion_sync()
# reset callbacks
litellm.input_callback = []
litellm.success_callback = []
litellm.failure_callback = []