henryhyunwookim
commited on
Commit
•
d84e06b
1
Parent(s):
f06e15d
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==4.32.1
|
2 |
langchain==0.2.1
|
3 |
-
|
4 |
python-dotenv==1.0.1
|
5 |
-
|
|
|
|
1 |
gradio==4.32.1
|
2 |
langchain==0.2.1
|
3 |
+
langchain-google-genai==1.0.5
|
4 |
python-dotenv==1.0.1
|
5 |
+
requests==2.32.3
|
6 |
+
langchain-community==0.21
|