mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 09:09:35 +00:00
6f32189093
* fix(caching_handler.py): fix embedding str caching result Fixes issue where str caching results were not being correctly assembled on str input * feat(azure/image_generation): Support dropping response_format for azure gpt-image-1 Fixes LIT-118 * test(test_utils.py): add unit testing * test: rename file to avoid testing conflict
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.