From 87a15b408fac1197c41e821d326437de4b167c2a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 2 Aug 2024 15:08:44 -0700 Subject: [PATCH] fix test --- litellm/tests/test_whisper.py | 2 ++ 1 file changed, 2 insertions(+) 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