mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 18:48:36 +00:00
00a9df8e97
detection_model kept an empty-string base_model, so base_model: '' in a deployment's litellm_params disabled the o-series/gpt-5 family and response_format gates (fail-open: v2 served max_tokens where v1 routes AzureOpenAIO1Config and emits max_completion_tokens). One-token fix to 'deps.base_model or model'; the docstring's 'exactly like v1' claim is now true. Pinning corpus row uses base_model='' with the non-prefix family substring deployment name prod-o3-mini per verifier-azure (the shared openai prefix gate cannot catch it); row fails without the fix.
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.