mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 10:47:56 +00:00
8 lines
232 B
Python
8 lines
232 B
Python
from cache_unit_tests import LLMCachingUnitTests
|
|
from litellm.caching import LiteLLMCacheType
|
|
|
|
|
|
class TestGCSCacheUnitTests(LLMCachingUnitTests):
|
|
def get_cache_type(self) -> LiteLLMCacheType:
|
|
return LiteLLMCacheType.GCS
|