axadishaq commited on
Commit
9595d98
·
verified ·
1 Parent(s): cdf597f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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