mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 18:23:40 +00:00
* do not fallback to token counter if disable_token_counter is enabled, and return errors instead * add exceptions and exception utils to map the same as /v1/chat/completions * use safe_json_loads
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/test_litellm
This folder can only run mock tests.