Merge pull request #4084 from BerriAI/litellm_batch_add_team_members

fix(proxy_server.py): allow passing in a list of team members
This commit is contained in:
Krish Dholakia 2024-06-10 20:26:35 -07:00 committed by GitHub
commit 55a20c7cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 144 additions and 79 deletions

View file

@ -1175,7 +1175,6 @@ def test_generate_and_update_key(prisma_client):
asyncio.run(test())
except Exception as e:
print("Got Exception", e)
print(e.message)
pytest.fail(f"An exception occurred - {str(e)}")