mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(ci/cd) q up another test
This commit is contained in:
parent
dface6a36f
commit
fcc9f3c504
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue