forked from phoenix/litellm-mirror
docs(configs.md): document all environment variables (#6185)
This commit is contained in:
parent
9f506860b5
commit
15b44c3221
4 changed files with 287 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue