diff --git a/ai/litellm-config.yaml b/ai/litellm-config.yaml index 92f8e85..88a2d52 100644 --- a/ai/litellm-config.yaml +++ b/ai/litellm-config.yaml @@ -30,8 +30,8 @@ model_list: litellm_settings: drop_params: true set_verbose: false # Disable verbose logging for better performance - # Enable prompt caching for better performance - cache: true + # Disable LiteLLM caching (prompt caching at API level is separate) + cache: false # Force strip specific parameters globally allowed_fails: 0 # Modify params before sending to provider