(chore) testing reset callbacks

This commit is contained in:
ishaan-jaff
2023-11-15 18:29:03 -08:00
parent fc8b54eb73
commit 15439a6aa9
+6 -1
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 = []