mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 18:21:56 +00:00
* fix: minor fixes to mcp streaming with bedrock * fix(bedrock/): working bedrock with mcp tools handle empty description * test: add unit test * test: test fixes * fix(vector_store_registry.py): load vector store with litellm params from config.yaml fixes minor issue where litellm params weren't being loaded in from config.yaml * docs(knowledgebase.md): document azure vector store current limitation * fix(opentelemetry.py): add hidden params to otel logs Fixes LIT-1274 * fix: fix test
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