Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.21.0
|
3 |
-
openai
|
4 |
python-dotenv>=0.21.0
|
5 |
pydantic>=1.10.0
|
6 |
python-multipart>=0.0.5
|
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.21.0
|
3 |
+
openai==0.28.0
|
4 |
python-dotenv>=0.21.0
|
5 |
pydantic>=1.10.0
|
6 |
python-multipart>=0.0.5
|