mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth_commands.py | ||
| test_chat_commands.py | ||
| test_credentials_commands.py | ||
| test_global_options.py | ||
| test_keys_commands.py | ||
| test_models_commands.py | ||
| test_users_commands.py | ||