mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-09 05:06:55 +00:00
c93a78cd6c
* feat: Make gemini accept the openai parameter parallel_tool_calls When mapping, allow the parameter: True because that is the intrinsic behavior of Gemini. Allow False, but reject if there are multiple tools because there's no actual equivalent in Gemini. fixes #9686 ref: issues/9686 * chore: cleanup and move test_vertex.py down to tests/litellm as suggested in https://github.com/BerriAI/litellm/pull/11125#discussion_r2105905871
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.