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.

7 lines
231 B
Python
Raw 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