You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add JSON parsing support and parameter dropping to additional_litellm_params
- Enhanced additional_litellm_params to support JSON string parsing for objects and arrays
- Added special additional_drop_params parameter to remove unwanted parameters
- Maintains full backward compatibility with existing string-to-type conversion
- Updated documentation and examples with comprehensive JSON parsing usage
- Resolves Terraform schema limitations while keeping existing map[string] structure
Fixes issue with Azure models requiring parameter removal like reasoningEffort
0 commit comments