Mbonea commited on
Commit
03865f7
·
1 Parent(s): f82fb89

removed proxy

Browse files
Files changed (1) hide show
  1. App/Chat/PoeChatrouter.py +0 -1
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