docs(configs.md): document all environment variables (#6185)

This commit is contained in:
Krish Dholakia 2024-10-13 09:57:03 -07:00 committed by GitHub
parent 9f506860b5
commit 15b44c3221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 287 additions and 3 deletions

View file

@ -380,6 +380,7 @@ jobs:
- run: python -c "from litellm import *" || (echo '🚨 import failed, this means you introduced unprotected imports! 🚨'; exit 1)
- run: ruff check ./litellm
- run: python ./tests/documentation_tests/test_general_setting_keys.py
- run: python ./tests/documentation_tests/test_env_keys.py
db_migration_disable_update_check:
machine: