diff --git a/litellm/tests/test_whisper.py b/litellm/tests/test_whisper.py index 0ac8d094f20..89ce0ba0069 100644 --- a/litellm/tests/test_whisper.py +++ b/litellm/tests/test_whisper.py @@ -193,3 +193,5 @@ async def test_transcription_caching(): print("response3 hidden params", response_3._hidden_params) assert response_3._hidden_params.get("cache_hit") is not True assert response_3.text != response_2.text + + litellm.cache = None