Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -2,10 +2,11 @@ fastapi==0.109.0
|
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
vk_api==11.9.0
|
| 4 |
huggingface_hub==0.20.0
|
| 5 |
-
google-generativeai==0.3.
|
| 6 |
-
openai==1.
|
| 7 |
requests==2.31.0
|
| 8 |
beautifulsoup4==4.12.0
|
| 9 |
cohere==4.40.0
|
| 10 |
pillow==10.2.0
|
| 11 |
-
python-multipart==0.0.6
|
|
|
|
|
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
vk_api==11.9.0
|
| 4 |
huggingface_hub==0.20.0
|
| 5 |
+
google-generativeai==0.3.2
|
| 6 |
+
openai==1.12.0
|
| 7 |
requests==2.31.0
|
| 8 |
beautifulsoup4==4.12.0
|
| 9 |
cohere==4.40.0
|
| 10 |
pillow==10.2.0
|
| 11 |
+
python-multipart==0.0.6
|
| 12 |
+
httpx==0.26.0
|