Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
openai
|
3 |
-
langchain
|
4 |
-
langchain-community
|
5 |
-
langchain-core
|
6 |
-
langchain-openai
|
7 |
-
langchain-text-splitters
|
8 |
-
langsmith
|
9 |
-
chromadb
|
10 |
-
tiktoken
|
11 |
-
streamlit-chat
|
|
|
1 |
+
streamlit
|
2 |
+
openai
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-core
|
6 |
+
langchain-openai
|
7 |
+
langchain-text-splitters
|
8 |
+
langsmith
|
9 |
+
chromadb
|
10 |
+
tiktoken
|
11 |
+
streamlit-chat
|