Spaces:
Sleeping
Sleeping
Jori Geysen commited on
Commit ·
069f28e
1
Parent(s): 7848033
add chainlit to requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -6,3 +6,7 @@ tiktoken==0.4.0
|
|
| 6 |
sentence-transformers==2.2.2
|
| 7 |
pydantic==1.10.11
|
| 8 |
wikipedia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
sentence-transformers==2.2.2
|
| 7 |
pydantic==1.10.11
|
| 8 |
wikipedia
|
| 9 |
+
chainlit==0.6.2
|
| 10 |
+
openai==0.27.8
|
| 11 |
+
sqlalchemy
|
| 12 |
+
pandas
|