litellm/tests/local_testing/test_gcs_cache_unit_tests.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
232 B
Python
Raw Permalink Normal View History

from cache_unit_tests import LLMCachingUnitTests
from litellm.caching import LiteLLMCacheType
class TestGCSCacheUnitTests(LLMCachingUnitTests):
def get_cache_type(self) -> LiteLLMCacheType:
return LiteLLMCacheType.GCS