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
refactor: Split litellm_completion_params into judge_model and extra_litellm_params
- Changed ruler() and ruler_score_group() to accept separate judge_model (str) and extra_litellm_params (dict) parameters
- Updated all call sites to use the new signature
- Updated documentation with new parameter structure and examples
- Removed backward compatibility as this is a new feature
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments