mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-21 12:20:23 +00:00
* fix(internal_user_endpoints.py): initial commit removing logic to create new budget for new user if default max budget in team set * feat(proxy_setting_endpoints.py): update team member budget when set via default internal user endpoint removes need to create a unique budget per user * feat(proxy_server.py): set team max member budget on startup, if set on config.yaml * fix(prometheus.py): support custom tags for tracking on prometheus Allows tracking user agent values on prometheus metrics * test(test_internal_user_endpoints.py): 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