Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
-
gradio==4.8.0
|
| 4 |
-
groq==0.
|
| 5 |
-
python-multipart==0.0.6
|
| 6 |
-
python-dotenv==1.0.0
|
| 7 |
-
httpx==0.25.2
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
gradio==4.8.0
|
| 4 |
+
groq==0.9.0
|
| 5 |
+
python-multipart==0.0.6
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
httpx==0.25.2
|