forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
43061d612d
commit
b5db630dba
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ def test_redis_semantic_cache_completion():
|
||||||
|
|
||||||
random_number = random.randint(
|
random_number = random.randint(
|
||||||
1, 100000
|
1, 100000
|
||||||
) # add a random number to ensure it's always adding / reading from cache
|
) # add a random number to ensure it's always adding /reading from cache
|
||||||
|
|
||||||
print("testing semantic caching")
|
print("testing semantic caching")
|
||||||
litellm.cache = Cache(
|
litellm.cache = Cache(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue