mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 04:22:22 +00:00
* fix(cost_calculator.py): support custom pricing for image gen Allow user to set custom pricing on azure image gen models * test(test_cost_calculator.py): add unit test * test(test_litellm_logging.py): add more unit testing * fix(litellm_logging.py): fix ruff check
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/litellm
This folder can only run mock tests.