Spaces:
Sleeping
Sleeping
Update groq package to version 0.11.0 for compatibility
Browse filesUpdated groq from 0.4.1 to 0.11.0
This newer version should fix the 'proxies' TypeError during client initialization
Should resolve the runtime error with Groq API integration
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
-
groq==0.
|
| 5 |
-
|
| 6 |
pydantic==2.5.0
|
| 7 |
pydantic-settings==2.1.0
|
| 8 |
python-dotenv==1.0.0
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
+
groq==0.11
|
| 5 |
+
.0sqlalchemy==2.0.23
|
| 6 |
pydantic==2.5.0
|
| 7 |
pydantic-settings==2.1.0
|
| 8 |
python-dotenv==1.0.0
|