Commit
·
624e757
1
Parent(s):
e9514ae
update requirements
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
wikipedia
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
wikipedia
|
4 |
+
langchain_core
|
5 |
+
langchain_community
|
6 |
+
langchain_openai
|
7 |
+
langgraph
|