mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 22:27:10 +00:00
* docs(index.md): add stable pip package * fix(anthropic/chat/transformation.py): add 'none' tool choice mapping Allows disabling anthropic tool calling Maintain parity * fix(transformation.py): if tool_choice="none" ignore 'disable_parallel_Tool_use' unsupported param from anthropic - makes sense as the 'none' implies no tool calls are being made
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.