Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
groq
|
2 |
+
gradio
|
3 |
+
# If you were using LangChain for the primary agent logic (beyond just ChatGroq),
|
4 |
+
# you would include these:
|
5 |
+
# langchain
|
6 |
+
# langchain-groq
|
7 |
+
# python-dotenv # Only if you explicitly use `python-dotenv` for local testing
|