mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
updating caching tests
This commit is contained in:
parent
c177267d51
commit
028fed5bf2
2 changed files with 24 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue