Upload requirements-gpt4o.txt
Browse files- requirements-gpt4o.txt +7 -0
requirements-gpt4o.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Updated requirements for GPT-4o integration
|
2 |
+
openai>=1.0.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
gradio>=4.0.0
|
5 |
+
PyPDF2>=3.0.0
|
6 |
+
beautifulsoup4>=4.12.0
|
7 |
+
requests>=2.31.0
|