Spaces:
Sleeping
Sleeping
manishgupta006
commited on
Commit
•
49ed31c
1
Parent(s):
5d3b777
Update requirements.txt
Browse filesgroq add in requirements.txt
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio==3.45.*
|
|
2 |
requests==2.29.*
|
3 |
langchain==0.0.*
|
4 |
openai==0.27.*
|
5 |
-
pymongo[tls, srv]==4.4.*
|
|
|
|
2 |
requests==2.29.*
|
3 |
langchain==0.0.*
|
4 |
openai==0.27.*
|
5 |
+
pymongo[tls, srv]==4.4.*
|
6 |
+
langchain-groq==0.1.9
|