Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|