Merge pull request #1399 from BerriAI/litellm_default_use_gunicorn

LiteLLM Proxy - Use Gunicorn with Uvicorn workers
This commit is contained in:
Ishaan Jaff 2024-01-10 21:46:04 +05:30 committed by GitHub
commit 58d0366447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 62 additions and 17 deletions

View file

@ -38,6 +38,7 @@ jobs:
pip install openai
pip install prisma
pip install "httpx==0.24.1"
pip install "gunicorn==21.2.0"
pip install "anyio==3.7.1"
pip install "asyncio==3.4.3"
pip install "PyGithub==1.59.1"