diff --git a/litellm/tests/test_cache.py b/litellm/tests/test_cache.py index 4a07624db3..05004d1a6f 100644 --- a/litellm/tests/test_cache.py +++ b/litellm/tests/test_cache.py @@ -40,3 +40,5 @@ def test_completion_with_cache_gpt4(): print(response) except Exception as e: pytest.fail(f"Error occurred: {e}") + +litellm.cache = False \ No newline at end of file