Spaces:
Runtime error
Runtime error
arjunbansal
commited on
Commit
•
c04f134
1
Parent(s):
dc76948
add tiktoken requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
chromadb
|
2 |
tiktoken
|
|
|
3 |
streamlit
|
4 |
langchain
|
5 |
openai
|
|
|
|
|
1 |
tiktoken
|
2 |
+
chromadb
|
3 |
streamlit
|
4 |
langchain
|
5 |
openai
|