mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 20:22:10 +00:00
* Add "keys import" command to CLI E.g.: ``` litellm-proxy keys import \ --source-base-url=https://old-litellm.company.com \ --source-api-key=$LITELLM_KEY \ --dry-run ``` * Add --created-since option * Add tests * Fix lint errors * Fix lint issues * Fix lint errors * Fix response.raise_for_status not being a thing * Fix a mypy error
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/litellm
This folder can only run mock tests.