Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -50,4 +50,5 @@ pydantic-settings==2.8.0
|
|
50 |
openai-whisper
|
51 |
python-dotenv==1.0.1
|
52 |
uvicorn==0.34.0
|
53 |
-
python-multipart==0.0.20
|
|
|
|
50 |
openai-whisper
|
51 |
python-dotenv==1.0.1
|
52 |
uvicorn==0.34.0
|
53 |
+
python-multipart==0.0.20
|
54 |
+
openai==1.65.1
|