(feat) proxy_server add redis as a dep

This commit is contained in:
ishaan-jaff 2023-10-25 10:29:36 -07:00
parent ba106a776b
commit 1d910cd280
2 changed files with 4 additions and 2 deletions

View file

@ -3,4 +3,5 @@ fastapi
uvicorn uvicorn
boto3 boto3
litellm litellm
python-dotenv python-dotenv
redis

View file

@ -2,4 +2,5 @@ openai
fastapi fastapi
uvicorn uvicorn
boto3 boto3
litellm litellm
redis