Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
structlog
|
3 |
+
retrying
|
4 |
+
IPython
|
5 |
+
PIL
|
6 |
+
tiktoken
|