Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
chainlit
|
2 |
-
|
3 |
-
google.generativeai
|
4 |
qdrant-client
|
5 |
-
|
|
|
6 |
tiktoken
|
7 |
python-dotenv==1.0.1
|
8 |
uvicorn[standard]
|
|
|
1 |
chainlit
|
2 |
+
google-generativeai
|
|
|
3 |
qdrant-client
|
4 |
+
textwrap3
|
5 |
+
requests
|
6 |
tiktoken
|
7 |
python-dotenv==1.0.1
|
8 |
uvicorn[standard]
|