v1.7.4-beta2 fix bugs

This commit is contained in:
lanqian528 2024-12-04 08:02:01 +08:00
parent 5873bdce59
commit 3d6046924c
2 changed files with 2 additions and 2 deletions

View File

@ -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", "")

View File

@ -1 +1 @@
v1.7.4-beta1
v1.7.4-beta2