mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-27 06:30:05 +00:00
(fix) mark semantic caching as beta test
This commit is contained in:
committed by
Krrish Dholakia
parent
ca26ecc4dc
commit
548d56ac42
@@ -989,6 +989,7 @@ def test_cache_context_managers():
|
||||
# test_cache_context_managers()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="beta test - new redis semantic cache")
|
||||
def test_redis_semantic_cache_completion():
|
||||
litellm.set_verbose = True
|
||||
import logging
|
||||
@@ -1039,6 +1040,7 @@ def test_redis_semantic_cache_completion():
|
||||
# test_redis_cache_completion()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="beta test - new redis semantic cache")
|
||||
@pytest.mark.asyncio
|
||||
async def test_redis_semantic_cache_acompletion():
|
||||
litellm.set_verbose = True
|
||||
|
||||
Reference in New Issue
Block a user