Merge pull request #2726 from BerriAI/litellm_enforce_user_param

feat(auth_checks.py): enable admin to enforce 'user' param for all openai endpoints
This commit is contained in:
Krish Dholakia 2024-03-27 19:38:52 -07:00 committed by GitHub
commit ef51544741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 1 deletions

View file

@ -49,6 +49,7 @@ jobs:
pip install argon2-cffi
pip install "pytest-mock==3.12.0"
pip install python-multipart
pip install google-cloud-aiplatform
- save_cache:
paths:
- ./venv