Spaces:
Sleeping
Sleeping
yonnel
commited on
Commit
·
516d63a
1
Parent(s):
b8ca8ae
Add httpx dependency and configure OpenAI client to avoid proxy issues
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ openai==1.3.5
|
|
8 |
python-dotenv==1.0.0
|
9 |
requests==2.31.0
|
10 |
datasets>=2.14.0
|
11 |
-
huggingface_hub>=0.17.0
|
|
|
|
8 |
python-dotenv==1.0.0
|
9 |
requests==2.31.0
|
10 |
datasets>=2.14.0
|
11 |
+
huggingface_hub>=0.17.0
|
12 |
+
httpx>=0.24.1
|