Fix bug in /chat endpoint for general and update depdendencies

This commit is contained in:
sabaimran
2023-08-28 14:12:04 -07:00
parent c93dcc948a
commit 7c35da9fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ dependencies = [
"transformers >= 4.28.0",
"torch >= 2.0.1",
"uvicorn == 0.17.6",
"aiohttp == 3.8.4",
"aiohttp == 3.8.5",
"langchain >= 0.0.187",
"pypdf >= 3.9.0",
"requests >= 2.26.0",