Spaces:
Running
Running
Commit ·
a4a385f
1
Parent(s): 8e72e1f
Pin httpx==0.27.2 to fix OpenAI client proxies error
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
openai==1.51.0
|
|
|
|
| 3 |
python-dotenv==1.0.1
|
| 4 |
numpy==1.26.4
|
| 5 |
faiss-cpu==1.8.0.post1
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
openai==1.51.0
|
| 3 |
+
httpx==0.27.2
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
numpy==1.26.4
|
| 6 |
faiss-cpu==1.8.0.post1
|