edwagbb commited on
Commit
0d39511
·
1 Parent(s): 5917eb8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ def cf(url=""):
43
  req_data = request.get_data()
44
 
45
  resp = scraper.request(method=req_method,
46
- url=f'https://chat-shared3.zhile.io/{url}',
47
  headers=req_headers,
48
  data=req_data,
49
  stream=True)
 
43
  req_data = request.get_data()
44
 
45
  resp = scraper.request(method=req_method,
46
+ url=f'https://chat.openai.com/{url}',
47
  headers=req_headers,
48
  data=req_data,
49
  stream=True)