edwagbb commited on
Commit
4c3e52e
·
verified ·
1 Parent(s): 1bebd4d

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.openai.com/{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.freegpts.org/{url}',
47
  headers=req_headers,
48
  data=req_data,
49
  stream=True)