diff --git a/litellm/caching.py b/litellm/caching.py index 623b483e8..d1add41fc 100644 --- a/litellm/caching.py +++ b/litellm/caching.py @@ -897,12 +897,8 @@ class Cache: "encoding_format", ] # embedding kwargs = model, input, user, encoding_format. Model, user are checked in completion_kwargs transcription_only_kwargs = [ - "model", "file", "language", - "prompt", - "response_format", - "temperature", ] # combined_kwargs - NEEDS to be ordered across get_cache_key(). Do not use a set() combined_kwargs = (