mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-19 04:20:26 +00:00
* test(base_llm_unit_tests.py): return '<thinking>' tag in response content * fix(converse_transformation.py): extract `<thinking>` block from nova tool use response Fixes https://github.com/BerriAI/litellm/issues/9063 * fix(factory.py): handle non-signature reasoning blocks to bedrock pass as text input - bedrock raises ""User messages cannot contain reasoning content. Please remove the r easoning content and try again." otherwise * fix(main.py): Add drop params support for gpt Fixes https://github.com/BerriAI/litellm/issues/10501 * fix(converse_transformation.py): fix linting error * fix(utils.py): fix linting error * test: cleanup test * test: skip test until we have bedrock prompt caching permission
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.