From 2c32f4a588888090aff9348cd3a858d55dc6db96 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 10 Nov 2023 15:23:56 -0800 Subject: [PATCH] (test) fix caching --- litellm/tests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) 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