This commit is contained in:
Ishaan Jaff 2024-08-02 15:08:44 -07:00
parent d6c3560ff1
commit 87a15b408f

View file

@ -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