Spaces:
Runtime error
Runtime error
Victor Hom
commited on
Commit
·
0c74b4a
1
Parent(s):
fa412ee
more requirement fixing
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
chainlit==0.7.700
|
2 |
cohere==4.37
|
3 |
-
openai
|
4 |
tiktoken==0.5.1
|
5 |
python-dotenv==1.0.0
|
6 |
datasets==2.19.1
|
7 |
langchain==0.2.0
|
8 |
langchain-openai==0.1.7
|
9 |
faiss-cpu==1.8.0
|
10 |
-
chainlit===0.7.700
|
11 |
transformers==4.41.0
|
12 |
langchain-community==0.2.0
|
13 |
langchain-core==0.2.0
|
|
|
1 |
chainlit==0.7.700
|
2 |
cohere==4.37
|
3 |
+
openai<2.0.0
|
4 |
tiktoken==0.5.1
|
5 |
python-dotenv==1.0.0
|
6 |
datasets==2.19.1
|
7 |
langchain==0.2.0
|
8 |
langchain-openai==0.1.7
|
9 |
faiss-cpu==1.8.0
|
|
|
10 |
transformers==4.41.0
|
11 |
langchain-community==0.2.0
|
12 |
langchain-core==0.2.0
|