updating caching tests

This commit is contained in:
ishaan-jaff 2023-09-08 20:15:14 -07:00
parent 59d6703b0c
commit 8180ba273b
2 changed files with 24 additions and 58 deletions

View file

@ -920,7 +920,7 @@ def batch_completion(
60
) ## set timeouts, in case calls hang (e.g. Azure) - default is 60s, override with `force_timeout`
def embedding(
model, input=[], azure=False, force_timeout=60, litellm_call_id=None, litellm_logging_obj=None, logger_fn=None
model, input=[], azure=False, force_timeout=60, litellm_call_id=None, litellm_logging_obj=None, logger_fn=None, caching=False,
):
try:
response = None