test_prompt_caching

This commit is contained in:
Ishaan Jaff 2025-02-26 08:57:16 -08:00
parent ef53c6e20c
commit 03d204231b
2 changed files with 8 additions and 1 deletions

View file

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