Muhammadidrees commited on
Commit
ca92d1b
·
verified ·
1 Parent(s): 85e0efd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Core libraries
2
+ openai>=1.45.0 # Official client library (compatible with xAI Grok API)
3
+ gradio>=4.44.0 # For web UI
4
+ python-dotenv>=1.0.1 # For secure .env loading (recommended)
5
+
6
+ # Optional but helpful
7
+ requests>=2.32.3 # For any external integrations or future API extensions