diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 4382ef0e0c..cd3734268d 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -15,6 +15,7 @@ from litellm import completion, acompletion, AuthenticationError, InvalidRequest litellm.logging = False litellm.set_verbose = False +litellm.cache = None score = 0