Spaces:
Runtime error
Runtime error
Commit ·
ae3fce5
1
Parent(s): 5c8ee53
fix: add deps (python-dotenv, openai)
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -7,3 +7,6 @@ pydantic
|
|
| 7 |
requests
|
| 8 |
Pillow
|
| 9 |
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
requests
|
| 8 |
Pillow
|
| 9 |
python-dotenv>=1.0.0
|
| 10 |
+
|
| 11 |
+
python-dotenv>=1.0.0
|
| 12 |
+
openai>=1.0.0
|