mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
The repo linted at 120 (E501, isort) but ran ruff format at 88 via a --line-length 88 override in the Makefile and CI, leaving the formatter and the linter disagreeing on wrap width. Drop the override so ruff.toml's line-length = 120 is the single source of truth and reformat the tree to match. |
||
|---|---|---|
| .. | ||
| aws_secret_manager.py | ||
| aws_secret_manager_v2.py | ||
| base_secret_manager.py | ||
| custom_secret_manager_loader.py | ||
| cyberark_secret_manager.py | ||
| get_azure_ad_token_provider.py | ||
| google_kms.py | ||
| google_secret_manager.py | ||
| hashicorp_secret_manager.py | ||
| main.py | ||
| Readme.md | ||
| secret_manager_handler.py | ||
Supported Secret Managers to read credentials from
Example read OPENAI_API_KEY, AZURE_API_KEY from a secret manager