diff --git a/litellm/utils.py b/litellm/utils.py index 1df945ac72..2e16d1d974 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -2814,6 +2814,7 @@ def client(original_function): ) # if caching is false, don't run this final_embedding_cached_response = None + if ( ( kwargs.get("caching", None) is None