Spaces:
Runtime error
Runtime error
Add openai package
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -46,6 +46,7 @@ multiprocess==0.70.15
|
|
46 |
networkx==3.1
|
47 |
numba==0.58.0
|
48 |
numpy==1.24.4
|
|
|
49 |
packaging==23.2
|
50 |
pandas==2.0.3
|
51 |
Pillow==10.0.1
|
|
|
46 |
networkx==3.1
|
47 |
numba==0.58.0
|
48 |
numpy==1.24.4
|
49 |
+
openai==0.28.1
|
50 |
packaging==23.2
|
51 |
pandas==2.0.3
|
52 |
Pillow==10.0.1
|