forked from phoenix/litellm-mirror
Merge pull request #1399 from BerriAI/litellm_default_use_gunicorn
LiteLLM Proxy - Use Gunicorn with Uvicorn workers
This commit is contained in:
commit
58d0366447
7 changed files with 62 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue