mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix test
This commit is contained in:
parent
d6c3560ff1
commit
87a15b408f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue