Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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)
|