diff --git a/gateway/reverseProxy.py b/gateway/reverseProxy.py index 76dd007..9572449 100644 --- a/gateway/reverseProxy.py +++ b/gateway/reverseProxy.py @@ -256,7 +256,7 @@ async def chatgpt_reverse_proxy(request: Request, path: str): .replace("webrtc.chatgpt.com", origin_host) .replace("cdn.oaistatic.com", origin_host) # .replace("files.oaiusercontent.com", origin_host) - .replace("chatgpt.com", origin_host) + .replace("https://chatgpt.com", "") .replace("https", petrol)) rheaders = dict(r.headers) content_type = rheaders.get("content-type", "") diff --git a/version.txt b/version.txt index 5b733c1..43c7451 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.7.4-beta1 \ No newline at end of file +v1.7.4-beta2 \ No newline at end of file