removed proxy
Browse files
App/Chat/PoeChatrouter.py
CHANGED
@@ -44,7 +44,6 @@ async def fetch_predictions(data):
|
|
44 |
"https://replicate.com/api/predictions",
|
45 |
json=data,
|
46 |
timeout=5,
|
47 |
-
proxy=str(p),
|
48 |
) as response:
|
49 |
if str(response.status).startswith("4"):
|
50 |
continue
|
|
|
44 |
"https://replicate.com/api/predictions",
|
45 |
json=data,
|
46 |
timeout=5,
|
|
|
47 |
) as response:
|
48 |
if str(response.status).startswith("4"):
|
49 |
continue
|