mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test_aprompt_caching
This commit is contained in:
parent
56b2576979
commit
2cf66f8267
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ class BaseLLMChatTest(ABC):
|
|||
assert response is not None
|
||||
|
||||
@pytest.mark.flaky(retries=4, delay=1)
|
||||
def test_prompt_caching(self):
|
||||
def test_aprompt_caching(self):
|
||||
litellm.set_verbose = True
|
||||
from litellm.utils import supports_prompt_caching
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue