Spaces:
Runtime error
Runtime error
vishalj0501
commited on
Commit
•
884170a
1
Parent(s):
986a129
add tiktoken in req.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
langchain==0.0.152
|
2 |
pinecone_client==2.2.4
|
3 |
-
openai==0.27.4
|
|
|
|
1 |
langchain==0.0.152
|
2 |
pinecone_client==2.2.4
|
3 |
+
openai==0.27.4
|
4 |
+
tiktoken==0.4.0
|