mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 19:48:29 +00:00
c793bd5ba9
* 1. add v3 classify 2. add new classifix for masking 3. support same id for the conversation for pre and post working with duplicates * clean code, remove some debug and run tests * update liter errors * improvment for Code Organization, httpx Error Handling Specificity, Logging Improvements and Type * transfer test test_lasso_guard_config to the new location * Fix type hints and linting errors in lasso.py - Add type: ignore for httpx module when None - Fix return type issues in _handle_classification and _handle_masking - Ensure masked_messages is not None before passing to _apply_masking_to_model_response - Convert LassoResponse to dict for _log_masking_applied call
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.