Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
google-genai>=1.0.0
|
|
|
|
| 3 |
groq>=0.4.0
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
huggingface-hub>=0.20.0
|
|
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
google-genai>=1.0.0
|
| 3 |
+
openai>=1.0.0
|
| 4 |
groq>=0.4.0
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
huggingface-hub>=0.20.0
|