mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 07:33:58 +00:00
40ccd2b70f
* 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