(ci/cd) q up another test

This commit is contained in:
ishaan-jaff 2023-12-08 18:55:18 -08:00
parent dface6a36f
commit fcc9f3c504

View file

@ -266,7 +266,7 @@ test_redis_cache_completion_stream()
# redis cache with custom keys
def custom_get_cache_key(*args, **kwargs):
# return key to use for your cache:
# return key to use for your cache:
key = kwargs.get("model", "") + str(kwargs.get("messages", "")) + str(kwargs.get("temperature", "")) + str(kwargs.get("logit_bias", ""))
return key