mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 22:21:29 +00:00
08b2b4f5f5
* Enable Tool Calling for `meta_llama` (#11825) * feat: enable tools and function_call features * fix: ignore pydantic warnings for StreamingChoices from llama-api * docs: add tool calling examples * docs: change default models to Maverick * docs: fix output of tool use * test_map_openai_params --------- Co-authored-by: Young Han <110819238+seyeong-han@users.noreply.github.com>
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