Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -5,6 +5,8 @@ streamlit==1.18.1
|
|
5 |
faiss-cpu==1.7.4
|
6 |
altair==4
|
7 |
tiktoken==0.4.0
|
|
|
|
|
8 |
# uncomment to use huggingface llms
|
9 |
huggingface-hub==0.14.1
|
10 |
|
|
|
5 |
faiss-cpu==1.7.4
|
6 |
altair==4
|
7 |
tiktoken==0.4.0
|
8 |
+
|
9 |
+
pydantic
|
10 |
# uncomment to use huggingface llms
|
11 |
huggingface-hub==0.14.1
|
12 |
|