test_aprompt_caching

This commit is contained in:
Ishaan Jaff 2025-02-26 08:13:45 -08:00
parent 56b2576979
commit 2cf66f8267

View file

@ -529,7 +529,7 @@ class BaseLLMChatTest(ABC):
assert response is not None assert response is not None
@pytest.mark.flaky(retries=4, delay=1) @pytest.mark.flaky(retries=4, delay=1)
def test_prompt_caching(self): def test_aprompt_caching(self):
litellm.set_verbose = True litellm.set_verbose = True
from litellm.utils import supports_prompt_caching from litellm.utils import supports_prompt_caching