Spaces:
Runtime error
Runtime error
ww17
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
chainlit==0.7.700
|
2 |
langchain==0.2.5
|
3 |
langchain_community==0.2.5
|
@@ -6,4 +7,4 @@ langchain_huggingface==0.0.3
|
|
6 |
langchain_text_splitters==0.2.1
|
7 |
python-dotenv==1.0.1
|
8 |
pymupdf
|
9 |
-
tiktoken
|
|
|
1 |
+
openai==1.34.0
|
2 |
chainlit==0.7.700
|
3 |
langchain==0.2.5
|
4 |
langchain_community==0.2.5
|
|
|
7 |
langchain_text_splitters==0.2.1
|
8 |
python-dotenv==1.0.1
|
9 |
pymupdf
|
10 |
+
tiktoken
|