Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
|
@@ -2,12 +2,8 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
motor
|
| 4 |
pymongo
|
| 5 |
-
transformers
|
| 6 |
-
torch
|
| 7 |
pydantic
|
| 8 |
python-dotenv
|
| 9 |
-
|
| 10 |
-
bitsandbytes
|
| 11 |
-
openai-whisper
|
| 12 |
python-multipart
|
| 13 |
pydub
|
|
|
|
| 2 |
uvicorn
|
| 3 |
motor
|
| 4 |
pymongo
|
|
|
|
|
|
|
| 5 |
pydantic
|
| 6 |
python-dotenv
|
| 7 |
+
google-generativeai
|
|
|
|
|
|
|
| 8 |
python-multipart
|
| 9 |
pydub
|