Spaces:
Runtime error
Runtime error
prashasti commited on
Commit ·
dff6979
1
Parent(s): 9a9fd79
Changes for dockerfile
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
openai
|
| 5 |
-
numpy
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.29.0
|
| 3 |
+
pydantic==2.6.4
|
| 4 |
+
openai>=1.0.0
|
|
|