fix: add additional_drop_params at global litellm_settings level

This commit is contained in:
2025-11-11 12:36:49 +01:00
parent cabac4b767
commit 3ddc76e213

View File

@@ -31,10 +31,12 @@ litellm_settings:
set_verbose: true set_verbose: true
# Disable prompt caching features # Disable prompt caching features
cache: false cache: false
# Force strip specific parameters # Force strip specific parameters globally
allowed_fails: 0 allowed_fails: 0
# Modify params before sending to provider # Modify params before sending to provider
modify_params: true modify_params: true
# Drop prompt_cache_key globally for all models
additional_drop_params: ["prompt_cache_key"]
router_settings: router_settings:
allowed_fails: 0 allowed_fails: 0