mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 04:18:42 +00:00
* feat(anthropic/chat/transformations): for claude-4-5-sonnet and opus-4-1 support passing structured output to anthropic api * docs: document new feature * fix: fix output format * fix: cleanup * fix(transformation.py): conditionally pass in json tool call * fix: support ARIZE_SPACE_ID instead of ARIZE_SPACE_KEY * docs(arize_integration.md): cleanup arize docs * feat(callback_info_helpers.tsx): allow setting arize space id via ui * fix: fix linting error * fix(opentelemetry.py): working arize phoenix root span tracing
Testing for litellm/
This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.
The point of this is to:
- Increase test coverage of
litellm/ - Make it easy for contributors to add tests for the
litellm/package and easily run tests without needing LLM API keys.
File name conventions
litellm/proxy/test_caching_routes.pymaps tolitellm/proxy/caching_routes.pytest_<filename>.pymaps tolitellm/<filename>.py