Spaces:
Build error
Build error
XThomasBU
commited on
Commit
•
e30e156
1
Parent(s):
54b0d0c
websockets fix, ASGI error
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
aiohttp==3.9.5
|
4 |
beautifulsoup4==4.12.3
|
5 |
-
chainlit==1.1.
|
6 |
langchain==0.1.20
|
7 |
langchain-community==0.0.38
|
8 |
langchain-core==0.1.52
|
@@ -24,3 +24,4 @@ umap-learn==0.5.6
|
|
24 |
trulens-eval==0.31.0
|
25 |
llama-cpp-python==0.2.77
|
26 |
pymupdf==1.24.5
|
|
|
|
2 |
|
3 |
aiohttp==3.9.5
|
4 |
beautifulsoup4==4.12.3
|
5 |
+
chainlit==1.1.304
|
6 |
langchain==0.1.20
|
7 |
langchain-community==0.0.38
|
8 |
langchain-core==0.1.52
|
|
|
24 |
trulens-eval==0.31.0
|
25 |
llama-cpp-python==0.2.77
|
26 |
pymupdf==1.24.5
|
27 |
+
websockets
|